Skip to content

Commit

Permalink
Bump version to 4.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
rocallahan committed Nov 23, 2015
1 parent eea3b7b commit 9a532fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/lib)
# is cool with it. Sigh.
set(rr_VERSION_MAJOR 4)
set(rr_VERSION_MINOR 0)
set(rr_VERSION_PATCH 2)
set(rr_VERSION_PATCH 3)

add_definitions(-DRR_VERSION="${rr_VERSION_MAJOR}.${rr_VERSION_MINOR}.${rr_VERSION_PATCH}")

Expand Down

0 comments on commit 9a532fd

Please sign in to comment.