Bump up version number to 1.22.0, LT revision to 27:2:13

This commit is contained in:
Tatsuhiro Tsujikawa
2017-04-24 21:32:18 +09:00
parent c89453be95
commit f796eede5a
2 changed files with 4 additions and 4 deletions

View File

@@ -24,12 +24,12 @@
cmake_minimum_required(VERSION 3.0)
# XXX using 1.8.90 instead of 1.9.0-DEV
project(nghttp2 VERSION 1.21.90)
project(nghttp2 VERSION 1.22.0)
# See versioning rule:
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
set(LT_CURRENT 27)
set(LT_REVISION 1)
set(LT_REVISION 2)
set(LT_AGE 13)
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")