CMake version update

Change-Id: I17a497366e132af68e2b52f4c0e10974db8bfac7
This commit is contained in:
Sameer Agarwal
2012-09-26 16:52:19 -07:00
parent a693c8bfd5
commit b13e42da3e
+2 -2
View File
@@ -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()