Skip to content

Commit d1a67f2

Browse files
committed
Bump to version 1.1.4
1 parent 7785d83 commit d1a67f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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 3 )
19+
set ( IPATCH_VERSION_MICRO 4 )
2020
set ( VERSION "${IPATCH_VERSION_MAJOR}.${IPATCH_VERSION_MINOR}.${IPATCH_VERSION_MICRO}" )
2121
set ( IPATCH_VERSION "\"${VERSION}\"" )
2222

@@ -31,7 +31,7 @@ set ( IPATCH_VERSION "\"${VERSION}\"" )
3131
# This is not exactly the same algorithm as the libtool one, but the results are the same.
3232
set ( LIB_VERSION_CURRENT 2 )
3333
set ( LIB_VERSION_AGE 0 )
34-
set ( LIB_VERSION_REVISION 2 )
34+
set ( LIB_VERSION_REVISION 3 )
3535
set ( LIB_VERSION_INFO
3636
"${LIB_VERSION_CURRENT}.${LIB_VERSION_AGE}.${LIB_VERSION_REVISION}" )
3737

0 commit comments

Comments
 (0)