Skip to content

Commit

Permalink
Releasing 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwatzman committed Jul 13, 2015
1 parent c06dd66 commit bb32f8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SET(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMake" ${CMAKE_MODULE_PATH})

# package information
SET(PACKAGE_NAME "hhvm")
SET(PACKAGE_VERSION "3.8.0-dev")
SET(PACKAGE_VERSION "3.8.0")
SET(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
SET(PACKAGE_TARNAME "${PACKAGE_NAME}-${PACKAGE_VERSION}")
SET(PACKAGE_BUGREPORT "https://github.com/facebook/hhvm/issues")
Expand Down
2 changes: 1 addition & 1 deletion hphp/runtime/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#define HHVM_VERSION_MAJOR 3
#define HHVM_VERSION_MINOR 8
#define HHVM_VERSION_PATCH 0
#define HHVM_VERSION_SUFFIX "-dev"
#define HHVM_VERSION_SUFFIX ""

/* HHVM_VERSION_ID minus the patch number
* APIs should remain stable while this number is constant
Expand Down

0 comments on commit bb32f8d

Please sign in to comment.