Skip to content

Commit

Permalink
set version to 2.2.0-beta2 and release date
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Mar 14, 2017
1 parent 7fc0a6d commit 7d01290
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 "-beta1")
SET(VERSION_PRERELEASE "-beta2")
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-beta2 TBD
2.2.0-beta2 2017-03-14 07:25:00+0000
- [access-log] add support for JSON-style escapes and null #1208 (Kazuho Oku)
- [access-log] add specifier for logging per-request environment variables #1221 (Yannick Koechlin)
- [http1] stop reading from socket after sending 400 to avoid the risk of assertion failure #1223 (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-beta1"
#define H2O_VERSION "2.2.0-beta2"

#define H2O_VERSION_MAJOR 2
#define H2O_VERSION_MINOR 2
Expand Down

0 comments on commit 7d01290

Please sign in to comment.