File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ SET(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMake" ${CMAKE_MODULE_PATH})
5
5
6
6
# package information
7
7
SET (PACKAGE_NAME "hhvm" )
8
- SET (PACKAGE_VERSION "3.9.7-dev " )
8
+ SET (PACKAGE_VERSION "3.9.7" )
9
9
SET (PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION} " )
10
10
SET (PACKAGE_TARNAME "${PACKAGE_NAME} -${PACKAGE_VERSION} " )
11
11
SET (PACKAGE_BUGREPORT "https://github.com/facebook/hhvm/issues" )
Original file line number Diff line number Diff line change 6
6
#define HHVM_VERSION_MAJOR 3
7
7
#define HHVM_VERSION_MINOR 9
8
8
#define HHVM_VERSION_PATCH 7
9
- #define HHVM_VERSION_SUFFIX "-dev "
9
+ #define HHVM_VERSION_SUFFIX ""
10
10
11
11
/* HHVM_VERSION_ID minus the patch number
12
12
* APIs should remain stable while this number is constant
You can’t perform that action at this time.
0 commit comments