Skip to content

Commit 912330a

Browse files
committed
bump the VERSION
1 parent 4176e03 commit 912330a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ENDIF()
2626
CMAKE_POLICY(SET CMP0048 NEW)
2727

2828
PROJECT(mariadb_connector_cpp
29-
VERSION 1.0.6
29+
VERSION 1.0.7
3030
# DESCRIPTION "MariaDB Connector/C++"
3131
LANGUAGES CXX C)
3232

@@ -35,7 +35,7 @@ IF(CMAKE_COMPILER_IS_GNUCC AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.8)
3535
ENDIF()
3636

3737
SET(MACPP_VERSION_QUALITY "ga") #Empty also means GA
38-
SET(MACPP_VERSION "1.00.0006")
38+
SET(MACPP_VERSION "1.00.0007")
3939
SET(MARIADB_DEFAULT_PLUGINS_SUBDIR "plugin")
4040

4141
# For C/C

0 commit comments

Comments
 (0)