@@ -32,8 +32,21 @@ index 8b960402..37fac11d 100644
32
32
33
33
#
34
34
# Set higher warning level for the main connector code.
35
+ diff --git a/doc/doxygen.cfg b/doc/doxygen.cfg
36
+ index 7bf32bcf..870d6ada 100644
37
+ --- a/doc/doxygen.cfg
38
+ +++ b/doc/doxygen.cfg
39
+ @@ -66,7 +66,7 @@ PROJECT_NAME = "MySQL Connector/C++"
40
+ # could be handy for archiving the generated documentation or if some version
41
+ # control system is used.
42
+
43
+ - PROJECT_NUMBER = 8.0.23
44
+ + PROJECT_NUMBER = 9.2.0
45
+
46
+ # Using the PROJECT_BRIEF tag one can provide an optional one line description
47
+ # for a project that appears at the top of each page and should give viewer a
35
48
diff --git a/version.cmake b/version.cmake
36
- index 53f8f540..4d32f5ee 100644
49
+ index 53f8f540..54bc21b2 100644
37
50
--- a/version.cmake
38
51
+++ b/version.cmake
39
52
@@ -34,8 +34,8 @@ set(COPYRIGHT_YEAR "2024" CACHE INTERNAL "version info")
@@ -43,7 +56,7 @@ index 53f8f540..4d32f5ee 100644
43
56
- set(CONCPP_VERSION_MAJOR 8 CACHE INTERNAL "version info")
44
57
- set(CONCPP_VERSION_MINOR 4 CACHE INTERNAL "version info")
45
58
+ set(CONCPP_VERSION_MAJOR 9 CACHE INTERNAL "version info")
46
- + set(CONCPP_VERSION_MINOR 1 CACHE INTERNAL "version info")
59
+ + set(CONCPP_VERSION_MINOR 2 CACHE INTERNAL "version info")
47
60
set(CONCPP_VERSION_MICRO 0 CACHE INTERNAL "version info")
48
61
# Level is "-alpha", "-beta", empty if GA
49
62
set(CONCPP_VERSION_LEVEL "" CACHE INTERNAL "version info")
0 commit comments