Skip to content

Commit

Permalink
Targeting 3.15.0
Browse files Browse the repository at this point in the history
Reviewed By: Orvid

Differential Revision: D3390661

fbshipit-source-id: 1cc7d873f108df483550d8cdc94618dcc6d8f455
  • Loading branch information
paulbiss authored and Hhvm Bot committed Jun 30, 2016
1 parent 9f975c9 commit 32b31da
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 @@ -10,7 +10,7 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})

# package information
SET(PACKAGE_NAME "hhvm")
SET(PACKAGE_VERSION "3.14.0-dev")
SET(PACKAGE_VERSION "3.15.0-dev")
SET(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
SET(PACKAGE_TARNAME "${PACKAGE_NAME}-${PACKAGE_VERSION}")
SET(PACKAGE_BUGREPORT "https://github.com/facebook/hhvm/issues")
Expand Down
2 changes: 1 addition & 1 deletion hphp/runtime/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/
#ifndef HHVM_VERSION_OVERRIDE
# define HHVM_VERSION_MAJOR 3
# define HHVM_VERSION_MINOR 14
# define HHVM_VERSION_MINOR 15
# define HHVM_VERSION_PATCH 0
# define HHVM_VERSION_SUFFIX "-dev"
#endif
Expand Down

0 comments on commit 32b31da

Please sign in to comment.