diff --git a/CMakeLists.txt b/CMakeLists.txt index d7e83da0da9..bd9c88cf47d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ set(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/lib) # debian is happy with it. However, "_" is illegal in debs, while RPM # is cool with it. Sigh. set(rr_VERSION_MAJOR 1) -set(rr_VERSION_MINOR 0) +set(rr_VERSION_MINOR 1) set(rr_VERSION_PATCH 0) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pthread -O0 -g3 -Wall -Werror -m32 -Wstrict-prototypes")