diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3cd2dbf6..57a0e95f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ OPTION(EXAMPLES "Build example programs" ON) SET(LIB_MAJOR_VERSION "1") SET(LIB_MINOR_VERSION "4") -SET(LIB_BUILD_VERSION "270") +SET(LIB_BUILD_VERSION "272") SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_BUILD_VERSION}") |