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 4176e03 commit 912330aCopy full SHA for 912330a
CMakeLists.txt
@@ -26,7 +26,7 @@ ENDIF()
26
CMAKE_POLICY(SET CMP0048 NEW)
27
28
PROJECT(mariadb_connector_cpp
29
- VERSION 1.0.6
+ VERSION 1.0.7
30
# DESCRIPTION "MariaDB Connector/C++"
31
LANGUAGES CXX C)
32
@@ -35,7 +35,7 @@ IF(CMAKE_COMPILER_IS_GNUCC AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.8)
35
ENDIF()
36
37
SET(MACPP_VERSION_QUALITY "ga") #Empty also means GA
38
-SET(MACPP_VERSION "1.00.0006")
+SET(MACPP_VERSION "1.00.0007")
39
SET(MARIADB_DEFAULT_PLUGINS_SUBDIR "plugin")
40
41
# For C/C
0 commit comments