Skip to content

Commit

Permalink
set version to 2.0.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed May 9, 2016
1 parent 8379291 commit 809d00b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ PROJECT(h2o)
SET(VERSION_MAJOR "2")
SET(VERSION_MINOR "0")
SET(VERSION_PATCH "0")
SET(VERSION_PRERELEASE "-beta2")
SET(VERSION_PRERELEASE "-beta3")
SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_PRERELEASE}")
SET(LIBRARY_VERSION_MAJOR "0")
SET(LIBRARY_VERSION_MINOR "10")
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.0.0-beta2"
#define H2O_VERSION "2.0.0-beta3"

#define H2O_VERSION_MAJOR 2
#define H2O_VERSION_MINOR 0
Expand Down

0 comments on commit 809d00b

Please sign in to comment.