diff --git a/CMakeLists.txt b/CMakeLists.txt index f10fc3f2b..ad67e253d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -73,8 +73,8 @@ SET(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib) # # For versions without ABI changes, bump the smallest number in CERES_VERSION, # but leave the CERES_ABI_VERSION unchanged. -SET(CERES_VERSION 1.3.0) -SET(CERES_ABI_VERSION 1.3.0) +SET(CERES_VERSION 1.4.0) +SET(CERES_ABI_VERSION 1.4.0) ENABLE_TESTING()