File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ set ( PACKAGE "libinstpatch" )
1616# libInstPatch package version
1717set ( IPATCH_VERSION_MAJOR 1 )
1818set ( IPATCH_VERSION_MINOR 1 )
19- set ( IPATCH_VERSION_MICRO 0 )
19+ set ( IPATCH_VERSION_MICRO 1 )
2020set ( VERSION "${IPATCH_VERSION_MAJOR} .${IPATCH_VERSION_MINOR} .${IPATCH_VERSION_MICRO} " )
2121set ( IPATCH_VERSION "\" ${VERSION} \" " )
2222
@@ -29,7 +29,7 @@ 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 1 )
32+ set ( LIB_VERSION_CURRENT 2 )
3333set ( LIB_VERSION_AGE 0 )
3434set ( LIB_VERSION_REVISION 0 )
3535set ( LIB_VERSION_INFO
You can’t perform that action at this time.
0 commit comments