Skip to content

Commit

Permalink
Targeting 3.9.0
Browse files Browse the repository at this point in the history
Summary: The 3.8 branch is on GitHub and going to be released soonish,
let's bump the version.

Reviewed By: @fredemmott

Differential Revision: D2230607
  • Loading branch information
jwatzman authored and hhvm-bot committed Jul 10, 2015
1 parent f67f760 commit 2b8686f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -5,7 +5,7 @@ SET(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMake" ${CMAKE_MODULE_PATH})

# package information
SET(PACKAGE_NAME "hhvm")
SET(PACKAGE_VERSION "3.8.0-dev")
SET(PACKAGE_VERSION "3.9.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
Expand Up @@ -4,7 +4,7 @@
#include <boost/preprocessor/stringize.hpp>

#define HHVM_VERSION_MAJOR 3
#define HHVM_VERSION_MINOR 8
#define HHVM_VERSION_MINOR 9
#define HHVM_VERSION_PATCH 0
#define HHVM_VERSION_SUFFIX "-dev"

Expand Down

0 comments on commit 2b8686f

Please sign in to comment.