File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ set ( PACKAGE "libinstpatch" )
16
16
# libInstPatch package version
17
17
set ( IPATCH_VERSION_MAJOR 1 )
18
18
set ( IPATCH_VERSION_MINOR 1 )
19
- set ( IPATCH_VERSION_MICRO 5 )
19
+ set ( IPATCH_VERSION_MICRO 6 )
20
20
set ( VERSION "${IPATCH_VERSION_MAJOR} .${IPATCH_VERSION_MINOR} .${IPATCH_VERSION_MICRO} " )
21
21
set ( IPATCH_VERSION "\" ${VERSION} \" " )
22
22
@@ -30,7 +30,7 @@ set ( IPATCH_VERSION "\"${VERSION}\"" )
30
30
# if any interfaces have been removed/changed (compatibility broken): AGE=0
31
31
# This is not exactly the same algorithm as the libtool one, but the results are the same.
32
32
set ( LIB_VERSION_CURRENT 2 )
33
- set ( LIB_VERSION_AGE 1 )
33
+ set ( LIB_VERSION_AGE 2 )
34
34
set ( LIB_VERSION_REVISION 0 )
35
35
set ( LIB_VERSION_INFO
36
36
"${LIB_VERSION_CURRENT} .${LIB_VERSION_AGE} .${LIB_VERSION_REVISION} " )
Original file line number Diff line number Diff line change 1
1
# libInstPatch
2
- ### Copyright (C) 1999-2020 Element Green and others
2
+ ### Copyright (C) 1999-2021 Element Green and others
3
3
http://www.swamiproject.org
4
4
5
5
[ ![ Build Status] ( https://dev.azure.com/tommbrt/tommbrt/_apis/build/status/swami.libinstpatch?branchName=master )] ( https://dev.azure.com/tommbrt/tommbrt/_build/latest?definitionId=1&branchName=master )
You can’t perform that action at this time.
0 commit comments