Skip to content

Commit

Permalink
Changed to version 0.0.16
Browse files Browse the repository at this point in the history
Adaptation to Qt Creator 4.14.0
  • Loading branch information
pasccom committed May 8, 2021
1 parent 55f4d21 commit 36f730d
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.15
PROJECT_NUMBER = 0.0.16

# 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.15
PROJECT_NUMBER = 0.0.16

# 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.15\",
\"CompatVersion\" : \"0.0.15\",
\"Version\" : \"0.0.16\",
\"CompatVersion\" : \"0.0.16\",
\"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 @@ -40,6 +40,7 @@ COMPATIBILITY TABLE
| 0.0.13 | 4.11.0 | `P` | `P` | `?` |
| 0.0.14 | 4.12.0 | `P` | `P` | `?` |
| 0.0.15 | 4.13.0 | `P` | `P` | `?` |
| 0.0.16 | 4.14.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 @@ -76,6 +76,7 @@ namespace Internal {
* | 0.0.13 | 4.11.0 | `P` | `P` | `?` |
* | 0.0.14 | 4.12.0 | `P` | `P` | `?` |
* | 0.0.15 | 4.13.0 | `P` | `P` | `?` |
* | 0.0.16 | 4.14.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 36f730d

Please sign in to comment.