Skip to content

Commit 32a468c

Browse files
committed
Bump version to 5.2.0.
1 parent a206026 commit 32a468c

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
@@ -33,7 +33,7 @@ set(WILL_RUN_TESTS ${BUILD_TESTS} CACHE BOOL "Run tests")
3333
# debian is happy with it. However, "_" is illegal in debs, while RPM
3434
# is cool with it. Sigh.
3535
set(rr_VERSION_MAJOR 5)
36-
set(rr_VERSION_MINOR 1)
36+
set(rr_VERSION_MINOR 2)
3737
set(rr_VERSION_PATCH 0)
3838

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

0 commit comments

Comments
 (0)