Skip to content

Commit 38fce89

Browse files
committed
Bump connector version to 8.0.11
1 parent 98a7a8a commit 38fce89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/doxygen.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ PROJECT_NAME = "MySQL Connector/C++"
6666
# could be handy for archiving the generated documentation or if some version
6767
# control system is used.
6868

69-
PROJECT_NUMBER = 8.0.7
69+
PROJECT_NUMBER = 8.0.11
7070

7171
# Using the PROJECT_BRIEF tag one can provide an optional one line description
7272
# for a project that appears at the top of each page and should give viewer a

version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
set(CONCPP_VERSION_MAJOR 8 CACHE INTERNAL "version info")
3434
set(CONCPP_VERSION_MINOR 0 CACHE INTERNAL "version info")
35-
set(CONCPP_VERSION_MICRO 7 CACHE INTERNAL "version info")
35+
set(CONCPP_VERSION_MICRO 11 CACHE INTERNAL "version info")
3636
# Level is "-alpha", "-beta", empty if GA
3737
set(CONCPP_VERSION_LEVEL "-rc" CACHE INTERNAL "version info")
3838

0 commit comments

Comments
 (0)