Skip to content

Commit

Permalink
releng for 2.2.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Feb 28, 2017
1 parent 158d51c commit 3b5962b
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 "-DEV")
SET(VERSION_PRERELEASE "-beta1")
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-beta1 TBD
2.2.0-beta1 2017-02-28 02:20:00+0000
- [core] add `crash-handler.wait-pipe-close` parameter #1092 (Frederik Deweerdt)
- [access-log] do not emit request-total-time twice #1017 (Kazuho Oku)
- [fastcgi] fix a bug that closes the FastCGI listener socket during startup #1203 (Frederik Deweerdt)
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-DEV"
#define H2O_VERSION "2.2.0-beta1"

#define H2O_VERSION_MAJOR 2
#define H2O_VERSION_MINOR 2
Expand Down

0 comments on commit 3b5962b

Please sign in to comment.