Skip to content

Commit 92a682e

Browse files
committed
Releasing 3.15.0
1 parent d2a7476 commit 92a682e

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.15.0-dev")
13+
SET(PACKAGE_VERSION "3.15.0")
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 15
1515
# define HHVM_VERSION_PATCH 0
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)