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})
55
66# package information
77SET (PACKAGE_NAME "hhvm" )
8- SET (PACKAGE_VERSION "3.9.8-dev " )
8+ SET (PACKAGE_VERSION "3.9.8" )
99SET (PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION} " )
1010SET (PACKAGE_TARNAME "${PACKAGE_NAME} -${PACKAGE_VERSION} " )
1111SET (PACKAGE_BUGREPORT "https://github.com/facebook/hhvm/issues" )
Original file line number Diff line number Diff line change 66#define HHVM_VERSION_MAJOR 3
77#define HHVM_VERSION_MINOR 9
88#define HHVM_VERSION_PATCH 8
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
You can’t perform that action at this time.
0 commit comments