Skip to content

Commit e33c19c

Browse files
committed
Correct order of attributes in SO_NAME
1 parent c818722 commit e33c19c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ 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_AGE 1)
31-
set(HDR_SOVERSION_REVISION 3)
30+
set(HDR_SOVERSION_REVISION 1)
31+
set(HDR_SOVERSION_AGE 3)
3232

33-
set(HDR_VERSION ${HDR_SOVERSION_CURRENT}.${HDR_SOVERSION_AGE}.${HDR_SOVERSION_REVISION})
33+
set(HDR_VERSION ${HDR_SOVERSION_CURRENT}.${HDR_SOVERSION_REVISION}.${HDR_SOVERSION_AGE})
3434
set(HDR_SOVERSION ${HDR_SOVERSION_CURRENT})
3535
option(HDR_LOG_REQUIRED "HDR Logging component required" ON)
3636

0 commit comments

Comments
 (0)