Skip to content

Commit

Permalink
Releasing 3.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Orvid committed Aug 2, 2016
1 parent 5e10784 commit a78d0a0
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 @@ -10,7 +10,7 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})

# package information
SET(PACKAGE_NAME "hhvm")
SET(PACKAGE_VERSION "3.12.7-dev")
SET(PACKAGE_VERSION "3.12.7")
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 @@ -13,7 +13,7 @@
# define HHVM_VERSION_MAJOR 3
# define HHVM_VERSION_MINOR 12
# define HHVM_VERSION_PATCH 7
# define HHVM_VERSION_SUFFIX "-dev"
# define HHVM_VERSION_SUFFIX ""
#endif

/* HHVM_VERSION_ID minus the patch number
Expand Down

0 comments on commit a78d0a0

Please sign in to comment.