diff --git a/CMakeLists.txt b/CMakeLists.txt index df29c4aa0ece6..1915d709a3d74 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.3-dev") +SET(PACKAGE_VERSION "3.14.3") 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 151cbe0ca9cf0..4efeace0e2db7 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 3 -# define HHVM_VERSION_SUFFIX "-dev" +# define HHVM_VERSION_SUFFIX "" #endif /* HHVM_VERSION_ID minus the patch number