Skip to content

Commit b42be18

Browse files
committed
Bump connector version to 9.0.0
1 parent d343178 commit b42be18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ set(COPYRIGHT_YEAR "2024" CACHE INTERNAL "version info")
3434
# Connector/C++ version
3535
#
3636

37-
set(CONCPP_VERSION_MAJOR 8 CACHE INTERNAL "version info")
38-
set(CONCPP_VERSION_MINOR 4 CACHE INTERNAL "version info")
37+
set(CONCPP_VERSION_MAJOR 9 CACHE INTERNAL "version info")
38+
set(CONCPP_VERSION_MINOR 0 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)