Skip to content

Commit

Permalink
Bump version to 4.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
rocallahan committed Oct 1, 2016
1 parent 0ae07af commit df302fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -22,7 +22,7 @@ set(WILL_RUN_TESTS ON CACHE BOOL "Run tests")
# 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 3)
set(rr_VERSION_MINOR 4)
set(rr_VERSION_PATCH 0)

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

0 comments on commit df302fa

Please sign in to comment.