Skip to content

Commit 3caacd0

Browse files
committed
Bump to version 1.1.6
1 parent d4b0c22 commit 3caacd0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ set ( PACKAGE "libinstpatch" )
1616
# libInstPatch package version
1717
set ( IPATCH_VERSION_MAJOR 1 )
1818
set ( IPATCH_VERSION_MINOR 1 )
19-
set ( IPATCH_VERSION_MICRO 5 )
19+
set ( IPATCH_VERSION_MICRO 6 )
2020
set ( VERSION "${IPATCH_VERSION_MAJOR}.${IPATCH_VERSION_MINOR}.${IPATCH_VERSION_MICRO}" )
2121
set ( IPATCH_VERSION "\"${VERSION}\"" )
2222

@@ -30,7 +30,7 @@ set ( IPATCH_VERSION "\"${VERSION}\"" )
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.
3232
set ( LIB_VERSION_CURRENT 2 )
33-
set ( LIB_VERSION_AGE 1 )
33+
set ( LIB_VERSION_AGE 2 )
3434
set ( LIB_VERSION_REVISION 0 )
3535
set ( LIB_VERSION_INFO
3636
"${LIB_VERSION_CURRENT}.${LIB_VERSION_AGE}.${LIB_VERSION_REVISION}" )

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# libInstPatch
2-
### Copyright (C) 1999-2020 Element Green and others
2+
### Copyright (C) 1999-2021 Element Green and others
33
http://www.swamiproject.org
44

55
[![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)

0 commit comments

Comments
 (0)