diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d816ac3195b2..39637cac23c93 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR}) # package information SET(PACKAGE_NAME "hhvm") -SET(PACKAGE_VERSION "3.14.5-dev") +SET(PACKAGE_VERSION "3.14.5") SET(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}") SET(PACKAGE_TARNAME "${PACKAGE_NAME}-${PACKAGE_VERSION}") SET(PACKAGE_BUGREPORT "https://github.com/facebook/hhvm/issues") diff --git a/hphp/runtime/version.h b/hphp/runtime/version.h index d78b76a53ba39..60544bafd7677 100644 --- a/hphp/runtime/version.h +++ b/hphp/runtime/version.h @@ -13,7 +13,7 @@ # define HHVM_VERSION_MAJOR 3 # define HHVM_VERSION_MINOR 14 # define HHVM_VERSION_PATCH 5 -# define HHVM_VERSION_SUFFIX "-dev" +# define HHVM_VERSION_SUFFIX "" #endif /* HHVM_VERSION_ID minus the patch number