Skip to content

Commit 3d93646

Browse files
committed
Bump version to 5.1.0.
1 parent e3d558a commit 3d93646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ set(WILL_RUN_TESTS ${BUILD_TESTS} CACHE BOOL "Run tests")
3232
# debian is happy with it. However, "_" is illegal in debs, while RPM
3333
# is cool with it. Sigh.
3434
set(rr_VERSION_MAJOR 5)
35-
set(rr_VERSION_MINOR 0)
35+
set(rr_VERSION_MINOR 1)
3636
set(rr_VERSION_PATCH 0)
3737

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

0 commit comments

Comments
 (0)