Skip to content

Commit 06dee01

Browse files
committed
bump the VERSION
1 parent 4d0ea2e commit 06dee01

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.1.7
29+
VERSION 1.1.8
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.01.0007")
38+
SET(MACPP_VERSION "1.01.0008")
3939
SET(MARIADB_DEFAULT_PLUGINS_SUBDIR "plugin")
4040

4141
# For C/C

0 commit comments

Comments
 (0)