Skip to content

Commit edb2876

Browse files
committed
packaging: Update compat.patch
1 parent 192c949 commit edb2876

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

packaging/compat.patch

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,21 @@ index 8b960402..37fac11d 100644
3232

3333
#
3434
# 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
3548
diff --git a/version.cmake b/version.cmake
36-
index 53f8f540..4d32f5ee 100644
49+
index 53f8f540..54bc21b2 100644
3750
--- a/version.cmake
3851
+++ b/version.cmake
3952
@@ -34,8 +34,8 @@ set(COPYRIGHT_YEAR "2024" CACHE INTERNAL "version info")
@@ -43,7 +56,7 @@ index 53f8f540..4d32f5ee 100644
4356
-set(CONCPP_VERSION_MAJOR 8 CACHE INTERNAL "version info")
4457
-set(CONCPP_VERSION_MINOR 4 CACHE INTERNAL "version info")
4558
+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")
4760
set(CONCPP_VERSION_MICRO 0 CACHE INTERNAL "version info")
4861
# Level is "-alpha", "-beta", empty if GA
4962
set(CONCPP_VERSION_LEVEL "" CACHE INTERNAL "version info")

0 commit comments

Comments
 (0)