Skip to content

Commit 815eae2

Browse files
committed
Bump version to 5.5.0.
1 parent be1c80e commit 815eae2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 4)
37+
set(rr_VERSION_MINOR 5)
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)