Skip to content

Commit 1918455

Browse files
author
Hhvm Bot
committed
Releasing 3.12.8
1 parent 80b29e9 commit 1918455

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
@@ -10,7 +10,7 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
1010

1111
# package information
1212
SET(PACKAGE_NAME "hhvm")
13-
SET(PACKAGE_VERSION "3.12.8-dev")
13+
SET(PACKAGE_VERSION "3.12.8")
1414
SET(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
1515
SET(PACKAGE_TARNAME "${PACKAGE_NAME}-${PACKAGE_VERSION}")
1616
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
@@ -13,7 +13,7 @@
1313
# define HHVM_VERSION_MAJOR 3
1414
# define HHVM_VERSION_MINOR 12
1515
# define HHVM_VERSION_PATCH 8
16-
# define HHVM_VERSION_SUFFIX "-dev"
16+
# define HHVM_VERSION_SUFFIX ""
1717
#endif
1818

1919
/* HHVM_VERSION_ID minus the patch number

0 commit comments

Comments
 (0)