Skip to content

Commit

Permalink
bump the VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
dbart committed Jan 23, 2024
1 parent 748d9bb commit c809074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ENDIF()
CMAKE_POLICY(SET CMP0048 NEW)

PROJECT(mariadb_connector_cpp
VERSION 1.0.3
VERSION 1.0.4
# DESCRIPTION "MariaDB Connector/C++"
LANGUAGES CXX C)

Expand All @@ -35,7 +35,7 @@ IF(CMAKE_COMPILER_IS_GNUCC AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.8)
ENDIF()

SET(MACPP_VERSION_QUALITY "ga") #Empty also means GA
SET(MACPP_VERSION "1.00.0003")
SET(MACPP_VERSION "1.00.0004")
SET(MARIADB_DEFAULT_PLUGINS_SUBDIR "plugin")

# For C/C
Expand Down

0 comments on commit c809074

Please sign in to comment.