Skip to content

Commit 1d07819

Browse files
committed
packaging: Update compat.patch
1 parent de988db commit 1d07819

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packaging/compat.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,20 @@ index 8b960402..37fac11d 100644
3333
#
3434
# Set higher warning level for the main connector code.
3535
diff --git a/doc/doxygen.cfg b/doc/doxygen.cfg
36-
index 7bf32bcf..870d6ada 100644
36+
index 7bf32bcf..b3f2bee6 100644
3737
--- a/doc/doxygen.cfg
3838
+++ b/doc/doxygen.cfg
3939
@@ -66,7 +66,7 @@ PROJECT_NAME = "MySQL Connector/C++"
4040
# could be handy for archiving the generated documentation or if some version
4141
# control system is used.
4242

4343
-PROJECT_NUMBER = 8.0.23
44-
+PROJECT_NUMBER = 9.2.0
44+
+PROJECT_NUMBER = 9.3.0
4545

4646
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4747
# for a project that appears at the top of each page and should give viewer a
4848
diff --git a/version.cmake b/version.cmake
49-
index 53f8f540..54bc21b2 100644
49+
index 53f8f540..7e589341 100644
5050
--- a/version.cmake
5151
+++ b/version.cmake
5252
@@ -34,8 +34,8 @@ set(COPYRIGHT_YEAR "2024" CACHE INTERNAL "version info")
@@ -56,7 +56,7 @@ index 53f8f540..54bc21b2 100644
5656
-set(CONCPP_VERSION_MAJOR 8 CACHE INTERNAL "version info")
5757
-set(CONCPP_VERSION_MINOR 4 CACHE INTERNAL "version info")
5858
+set(CONCPP_VERSION_MAJOR 9 CACHE INTERNAL "version info")
59-
+set(CONCPP_VERSION_MINOR 2 CACHE INTERNAL "version info")
59+
+set(CONCPP_VERSION_MINOR 3 CACHE INTERNAL "version info")
6060
set(CONCPP_VERSION_MICRO 0 CACHE INTERNAL "version info")
6161
# Level is "-alpha", "-beta", empty if GA
6262
set(CONCPP_VERSION_LEVEL "" CACHE INTERNAL "version info")

0 commit comments

Comments
 (0)