From cee2aedf82cffa3f4959adf9e0409c9ec7b314cb Mon Sep 17 00:00:00 2001 From: Orvid King Date: Mon, 1 Aug 2016 16:49:10 -0700 Subject: [PATCH] Releasing 3.14.4 --- CMakeLists.txt | 2 +- hphp/runtime/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 10c411accf212..81f6cc4f0384e 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.4-dev") +SET(PACKAGE_VERSION "3.14.4") 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 2a0754ea5e15b..0e2824705c021 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 4 -# define HHVM_VERSION_SUFFIX "-dev" +# define HHVM_VERSION_SUFFIX "" #endif /* HHVM_VERSION_ID minus the patch number