Skip to content

Commit 1183d8a

Browse files
committed
Releasing 3.9.7
1 parent 686979a commit 1183d8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SET(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMake" ${CMAKE_MODULE_PATH})
55

66
# package information
77
SET(PACKAGE_NAME "hhvm")
8-
SET(PACKAGE_VERSION "3.9.7-dev")
8+
SET(PACKAGE_VERSION "3.9.7")
99
SET(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
1010
SET(PACKAGE_TARNAME "${PACKAGE_NAME}-${PACKAGE_VERSION}")
1111
SET(PACKAGE_BUGREPORT "https://github.com/facebook/hhvm/issues")

hphp/runtime/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#define HHVM_VERSION_MAJOR 3
77
#define HHVM_VERSION_MINOR 9
88
#define HHVM_VERSION_PATCH 7
9-
#define HHVM_VERSION_SUFFIX "-dev"
9+
#define HHVM_VERSION_SUFFIX ""
1010

1111
/* HHVM_VERSION_ID minus the patch number
1212
* APIs should remain stable while this number is constant

0 commit comments

Comments
 (0)