Skip to content

Commit 0388a3c

Browse files
committed
Bump connector version to 9.3.0
1 parent 47e5097 commit 0388a3c

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
@@ -75,7 +75,7 @@ PROJECT_NAME = "MySQL Connector/C++"
7575
# could be handy for archiving the generated documentation or if some version
7676
# control system is used.
7777

78-
PROJECT_NUMBER = 9.2.0
78+
PROJECT_NUMBER = 9.3.0
7979

8080
# Using the PROJECT_BRIEF tag one can provide an optional one line description
8181
# 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
@@ -35,7 +35,7 @@ set(COPYRIGHT_YEAR "2025" CACHE INTERNAL "version info")
3535
#
3636

3737
set(CONCPP_VERSION_MAJOR 9 CACHE INTERNAL "version info")
38-
set(CONCPP_VERSION_MINOR 2 CACHE INTERNAL "version info")
38+
set(CONCPP_VERSION_MINOR 3 CACHE INTERNAL "version info")
3939
set(CONCPP_VERSION_MICRO 0 CACHE INTERNAL "version info")
4040
# Level is "-alpha", "-beta", empty if GA
4141
set(CONCPP_VERSION_LEVEL "" CACHE INTERNAL "version info")

0 commit comments

Comments
 (0)