Skip to content

Commit 069ace0

Browse files
committed
Bump version to 5.6.0.
1 parent 103cec1 commit 069ace0

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
@@ -34,7 +34,7 @@ option(INSTALL_TESTSUITE "Install the testsuite")
3434
# debian is happy with it. However, "_" is illegal in debs, while RPM
3535
# is cool with it. Sigh.
3636
set(rr_VERSION_MAJOR 5)
37-
set(rr_VERSION_MINOR 5)
37+
set(rr_VERSION_MINOR 6)
3838
set(rr_VERSION_PATCH 0)
3939

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

0 commit comments

Comments
 (0)