Skip to content

Commit

Permalink
releng for 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Apr 23, 2017
1 parent cdf3c79 commit 7677fce
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ PROJECT(h2o)

SET(VERSION_MAJOR "2")
SET(VERSION_MINOR "2")
SET(VERSION_PATCH "1")
SET(VERSION_PATCH "2")
SET(VERSION_PRERELEASE "")
SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_PRERELEASE}")
SET(LIBRARY_VERSION_MAJOR "0")
SET(LIBRARY_VERSION_MINOR "13")
SET(LIBRARY_VERSION_PATCH "1")
SET(LIBRARY_VERSION_PATCH "2")
SET(LIBRARY_VERSION "${LIBRARY_VERSION_MAJOR}.${LIBRARY_VERSION_MINOR}.${LIBRARY_VERSION_PATCH}${VERSION_PRERELEASE}")
SET(LIBRARY_SOVERSION "${LIBRARY_VERSION_MAJOR}.${LIBRARY_VERSION_MINOR}")

Expand Down
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for H2O.

2.2.2 2017-04-23 03:24:00+0000
- [ssl] fix OCSP stapling error when LibreSSL is used #1275 (Ian Moone)

2.2.1 2017-04-22 22:43:00+0000
- [mruby] correct the line number reported on an exception #1239 #1251 (Ichito Nagata)
- [mruby] retain the order of request headers sharing a single name #1271 (Kazuho Oku)
Expand Down
6 changes: 3 additions & 3 deletions include/h2o/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
#ifndef h2o__version_h
#define h2o__version_h

#define H2O_VERSION "2.2.1"
#define H2O_VERSION "2.2.2"

#define H2O_VERSION_MAJOR 2
#define H2O_VERSION_MINOR 2
#define H2O_VERSION_PATCH 1
#define H2O_VERSION_PATCH 2

#define H2O_LIBRARY_VERSION_MAJOR 0
#define H2O_LIBRARY_VERSION_MINOR 13
#define H2O_LIBRARY_VERSION_PATCH 1
#define H2O_LIBRARY_VERSION_PATCH 2

#endif

0 comments on commit 7677fce

Please sign in to comment.