Skip to content

Commit

Permalink
Bump version to 0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
joneschrisg committed Mar 10, 2014
1 parent d5ea344 commit a8ad547
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 @@ -13,8 +13,8 @@ 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 0)
set(rr_VERSION_MINOR 4)
set(rr_VERSION_PATCH 1)
set(rr_VERSION_MINOR 5)
set(rr_VERSION_PATCH 0)

set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pthread -O0 -g3 -Wall -Werror -m32 -Wstrict-prototypes")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x -pthread -O0 -g3 -Wall -Werror -m32")
Expand Down

0 comments on commit a8ad547

Please sign in to comment.