summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorDavey Shafik <me@daveyshafik.com>2016-07-05 12:18:16 -0700
committerDavey Shafik <me@daveyshafik.com>2016-07-05 12:29:02 -0700
commitc196cac71e4877880de800eff578097760446eee (patch)
tree01fa41cdd62e487dd26cc919dba950a7929b2398 /main
parent5cb774faf1a0bcae8d474225b60630d2b470fb93 (diff)
downloadphp-git-c196cac71e4877880de800eff578097760446eee.tar.gz
Bump versions/dates for release of 7.1.0alpha3
Diffstat (limited to 'main')
-rw-r--r--main/php_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/php_version.h b/main/php_version.h
index 4714e5dc4b..ac9b1fc950 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 1
#define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.1.0-dev"
+#define PHP_EXTRA_VERSION "-alpha3"
+#define PHP_VERSION "7.1.0-alpha3"
#define PHP_VERSION_ID 70100