Skip to content

Commit

Permalink
Changed to version 0.0.13
Browse files Browse the repository at this point in the history
Compatibility with Qt Creator 4.11.0
  • Loading branch information
pasccom committed Apr 15, 2020
1 parent 7aff785 commit d7be9dc
Show file tree
Hide file tree
Showing 5 changed files with 6 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.12
PROJECT_NUMBER = 0.0.13

# 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.12
PROJECT_NUMBER = 0.0.13

# 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.12\",
\"CompatVersion\" : \"0.0.12\",
\"Version\" : \"0.0.13\",
\"CompatVersion\" : \"0.0.13\",
\"Vendor\" : \"Pascal COMBES\",
\"Copyright\" : \"(C) Pascal COMBES <pascom@orange.fr>\",
\"License\" : \"GPLv3\",
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ COMPATIBILITY TABLE
| 0.0.10 | 4.8.0 | `P` | `P` | `?` |
| 0.0.11 | 4.9.0 | `P` | `P` | `?` |
| 0.0.12 | 4.10.0 | `P` | `P` | `?` |
| 0.0.13 | 4.11.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
1 change: 1 addition & 0 deletions qtcdeveloperplugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ namespace Internal {
* | 0.0.10 | 4.8.0 | `P` | `P` | `?` |
* | 0.0.11 | 4.9.0 | `P` | `P` | `?` |
* | 0.0.12 | 4.10.0 | `P` | `P` | `?` |
* | 0.0.13 | 4.11.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 d7be9dc

Please sign in to comment.