We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d343178 commit b42be18Copy full SHA for b42be18
version.cmake
@@ -34,8 +34,8 @@ set(COPYRIGHT_YEAR "2024" CACHE INTERNAL "version info")
34
# Connector/C++ version
35
#
36
37
-set(CONCPP_VERSION_MAJOR 8 CACHE INTERNAL "version info")
38
-set(CONCPP_VERSION_MINOR 4 CACHE INTERNAL "version info")
+set(CONCPP_VERSION_MAJOR 9 CACHE INTERNAL "version info")
+set(CONCPP_VERSION_MINOR 0 CACHE INTERNAL "version info")
39
set(CONCPP_VERSION_MICRO 0 CACHE INTERNAL "version info")
40
# Level is "-alpha", "-beta", empty if GA
41
set(CONCPP_VERSION_LEVEL "" CACHE INTERNAL "version info")
0 commit comments