Skip to content

Commit

Permalink
Releasing 3.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Orvid committed Aug 1, 2016
1 parent 686979a commit 1183d8a
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 @@ -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.9.7-dev")
SET(PACKAGE_VERSION "3.9.7")
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 @@ -6,7 +6,7 @@
#define HHVM_VERSION_MAJOR 3
#define HHVM_VERSION_MINOR 9
#define HHVM_VERSION_PATCH 7
#define HHVM_VERSION_SUFFIX "-dev"
#define HHVM_VERSION_SUFFIX ""

/* HHVM_VERSION_ID minus the patch number
* APIs should remain stable while this number is constant
Expand Down

0 comments on commit 1183d8a

Please sign in to comment.