Skip to content

Commit

Permalink
releng for 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Apr 5, 2017
1 parent 2c14eca commit ff0d7d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ PROJECT(h2o)
SET(VERSION_MAJOR "2")
SET(VERSION_MINOR "2")
SET(VERSION_PATCH "0")
SET(VERSION_PRERELEASE "-beta3")
SET(VERSION_PRERELEASE "")
SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_PRERELEASE}")
SET(LIBRARY_VERSION_MAJOR "0")
SET(LIBRARY_VERSION_MINOR "13")
Expand Down
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for H2O.

2.2.0 TBD
2.2.0 2017-04-05 02:18:00+0000
- [core] add `crash-handler.wait-pipe-close` parameter #1092 (Frederik Deweerdt)
- [core] introduce an option to bypass the `server` header sent from upstream #1226 (Frederik Deweerdt)
- [core] apply global- and host-level configuration to requests not applicable to any of the path-level configurations #1231 (Kazuho Oku)
Expand Down
2 changes: 1 addition & 1 deletion include/h2o/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#ifndef h2o__version_h
#define h2o__version_h

#define H2O_VERSION "2.2.0-beta3"
#define H2O_VERSION "2.2.0"

#define H2O_VERSION_MAJOR 2
#define H2O_VERSION_MINOR 2
Expand Down

0 comments on commit ff0d7d7

Please sign in to comment.