Skip to content

Commit

Permalink
Bump version to 4.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
rocallahan committed Mar 17, 2016
1 parent 2632552 commit b5ca4db
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 @@ -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 4)
set(rr_VERSION_MINOR 1)
set(rr_VERSION_MINOR 2)
set(rr_VERSION_PATCH 0)

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

0 comments on commit b5ca4db

Please sign in to comment.