Skip to content

Commit c6bf714

Browse files
author
Hhvm Bot
committed
Releasing 3.14.5
1 parent c07f808 commit c6bf714

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.14.5-dev")
13+
SET(PACKAGE_VERSION "3.14.5")
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 14
1515
# define HHVM_VERSION_PATCH 5
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)