Bump up LT revision to 24:1:10 due to v1.14.1 release

This also fixes LT revision in CMakeLists.txt, which was not updated
in v1.14.0 release.
This commit is contained in:
Tatsuhiro Tsujikawa 2016-09-10 12:52:37 +09:00
parent 6858cda366
commit b14375ec63
2 changed files with 4 additions and 4 deletions

View File

@ -28,9 +28,9 @@ project(nghttp2 VERSION 1.14.90)
# See versioning rule:
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
set(LT_CURRENT 23)
set(LT_REVISION 0)
set(LT_AGE 9)
set(LT_CURRENT 24)
set(LT_REVISION 1)
set(LT_AGE 10)
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
include(Version)

View File

@ -45,7 +45,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
dnl See versioning rule:
dnl http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
AC_SUBST(LT_CURRENT, 24)
AC_SUBST(LT_REVISION, 0)
AC_SUBST(LT_REVISION, 1)
AC_SUBST(LT_AGE, 10)
major=`echo $PACKAGE_VERSION |cut -d. -f1 | sed -e "s/[^0-9]//g"`