Skip to content

Commit 990fb25

Browse files
committed
Bumping version number to 8.0.12.
1 parent c11b00d commit 990fb25

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.11
69+
PROJECT_NUMBER = 8.0.12
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 11 CACHE INTERNAL "version info")
35+
set(CONCPP_VERSION_MICRO 12 CACHE INTERNAL "version info")
3636
# Level is "-alpha", "-beta", empty if GA
3737
set(CONCPP_VERSION_LEVEL "" CACHE INTERNAL "version info")
3838

0 commit comments

Comments
 (0)