summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-06-09 14:24:39 +0200
committerFerenc Kovacs <tyrael@php.net>2015-06-09 14:24:39 +0200
commit8a884d628b5c23c4b33c96c723331fda9e17d2bc (patch)
tree82a131f03d5e703cd1e00363c506c5efb3a7c66e /main/php_version.h
parent2d962af4c0c3972766a64887a370dda2126ac770 (diff)
downloadphp-git-8a884d628b5c23c4b33c96c723331fda9e17d2bc.tar.gz
7.0.0alpha1
Diffstat (limited to 'main/php_version.h')
-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 d48ab24141..f0339c28ae 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 0
#define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.0.0-dev"
+#define PHP_EXTRA_VERSION "alpha1"
+#define PHP_VERSION "7.0.0alpha1"
#define PHP_VERSION_ID 70000