Skip to content

Commit

Permalink
Changed to version 0.0.12
Browse files Browse the repository at this point in the history
Compatibility with Qt Creator 4.10.0

This is really version 0.0.12. There has previously been an error.
  • Loading branch information
pasccom committed Jan 12, 2020
1 parent 8b5a720 commit d34e546
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Qt Creator Plugin Developper Plugin"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.0.10
PROJECT_NUMBER = 0.0.12

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile.internal
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Qt Creator Plugin Developer Plugin (developper)"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.0.10
PROJECT_NUMBER = 0.0.12

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
4 changes: 2 additions & 2 deletions QtcDevPlugin.json.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
\"Name\" : \"QtcDevPlugin\",
\"Version\" : \"0.0.10\",
\"CompatVersion\" : \"0.0.10\",
\"Version\" : \"0.0.12\",
\"CompatVersion\" : \"0.0.12\",
\"Vendor\" : \"Pascal COMBES\",
\"Copyright\" : \"(C) Pascal COMBES <[email protected]>\",
\"License\" : \"GPLv3\",
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ COMPATIBILITY TABLE
| 0.0.8 | 4.6.0 | `P` | `P` | `?` |
| 0.0.9 | 4.7.0 | `P` | `P` | `?` |
| 0.0.10 | 4.8.0 | `P` | `P` | `?` |
| 0.0.11 | 4.9.0 | `P` | `P` | `?` |
| 0.0.12 | 4.10.0 | `P` | `P` | `?` |

A `Y` means that QtcDevPlugin was tested against this Qt Creator version
under the given operating system. A `N` means that the version of the plugin
Expand Down
2 changes: 2 additions & 0 deletions qtcdeveloperplugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ namespace Internal {
* | 0.0.8 | 4.6.0 | `P` | `P` | `?` |
* | 0.0.9 | 4.7.0 | `P` | `P` | `?` |
* | 0.0.10 | 4.8.0 | `P` | `P` | `?` |
* | 0.0.11 | 4.9.0 | `P` | `P` | `?` |
* | 0.0.12 | 4.10.0 | `P` | `P` | `?` |
*
* A \c Y means that QtcDevPlugin was tested against this Qt Creator version
* under the given operating system. A \c N means that the version of the plugin
Expand Down

0 comments on commit d34e546

Please sign in to comment.