Skip to content

Commit 68d18ef

Browse files
committed
Bump soversion to 1
1 parent ac08e3a commit 68d18ef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set ( PACKAGE "libinstpatch" )
1717
set ( IPATCH_VERSION_MAJOR 1 )
1818
set ( IPATCH_VERSION_MINOR 1 )
1919
set ( IPATCH_VERSION_MICRO 0 )
20-
set ( VERSION "${IPATCH_VERSION_MAJOR}.${IPATCH_VERSION_MINOR}.${IPATCH_VERSION_MICRO}" )
20+
set ( VERSION "${IPATCH_VERSION_MAJOR}.${IPATCH_VERSION_MINOR}.${IPATCH_VERSION_MICRO}" )
2121
set ( IPATCH_VERSION "\"${VERSION}\"" )
2222

2323
# libinstpatch - Library version
@@ -29,8 +29,8 @@ set ( IPATCH_VERSION "\"${VERSION}\"" )
2929
# if any interfaces have been added: AGE++
3030
# if any interfaces have been removed/changed (compatibility broken): AGE=0
3131
# This is not exactly the same algorithm as the libtool one, but the results are the same.
32-
set ( LIB_VERSION_CURRENT 0 )
33-
set ( LIB_VERSION_AGE 1 )
32+
set ( LIB_VERSION_CURRENT 1 )
33+
set ( LIB_VERSION_AGE 0 )
3434
set ( LIB_VERSION_REVISION 0 )
3535
set ( LIB_VERSION_INFO
3636
"${LIB_VERSION_CURRENT}.${LIB_VERSION_AGE}.${LIB_VERSION_REVISION}" )

0 commit comments

Comments
 (0)