Skip to content

Commit b01384e

Browse files
committed
Bump version to 5.0.0.
1 parent 68bf7d7 commit b01384e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ set(WILL_RUN_TESTS ${BUILD_TESTS} CACHE BOOL "Run tests")
3131
# CAREFUL! "-" is an invalid character in RPM package names, while
3232
# debian is happy with it. However, "_" is illegal in debs, while RPM
3333
# is cool with it. Sigh.
34-
set(rr_VERSION_MAJOR 4)
35-
set(rr_VERSION_MINOR 5)
34+
set(rr_VERSION_MAJOR 5)
35+
set(rr_VERSION_MINOR 0)
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)