File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ PROJECT_NAME = "MySQL Connector/C++"
66
66
# could be handy for archiving the generated documentation or if some version
67
67
# control system is used.
68
68
69
- PROJECT_NUMBER = 8.0.7
69
+ PROJECT_NUMBER = 8.0.11
70
70
71
71
# Using the PROJECT_BRIEF tag one can provide an optional one line description
72
72
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 32
32
33
33
set (CONCPP_VERSION_MAJOR 8 CACHE INTERNAL "version info" )
34
34
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" )
36
36
# Level is "-alpha", "-beta", empty if GA
37
37
set (CONCPP_VERSION_LEVEL "-rc" CACHE INTERNAL "version info" )
38
38
You can’t perform that action at this time.
0 commit comments