Skip to content

Commit 31e39ee

Browse files
committed
Update SOVERSION_REVISION.
1 parent bc9d36b commit 31e39ee

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
@@ -27,7 +27,7 @@ include(CMakePackageConfigHelpers)
2727
# 4. If any interfaces have been removed since the last public release, then set age to 0.
2828

2929
set(HDR_SOVERSION_CURRENT 6)
30-
set(HDR_SOVERSION_REVISION 1)
30+
set(HDR_SOVERSION_REVISION 2)
3131
set(HDR_SOVERSION_AGE 3)
3232

3333
set(HDR_VERSION ${HDR_SOVERSION_CURRENT}.${HDR_SOVERSION_REVISION}.${HDR_SOVERSION_AGE})

0 commit comments

Comments
 (0)