summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-04-27 14:47:57 +0200
committerAnatol Belski <ab@php.net>2016-04-27 14:47:57 +0200
commit7133f28df57cef51076d5045b006c5c75c664728 (patch)
treebfab24d697a9b753ed3e970c4da34742a06679bd
parent11bcba38ccde6201af981264ebfbd9bd02bc4f14 (diff)
downloadphp-git-7133f28df57cef51076d5045b006c5c75c664728.tar.gz
set versions
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index bcdbbe29b2..2963963a2c 100644
--- a/configure.in
+++ b/configure.in
@@ -120,7 +120,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=7
PHP_MINOR_VERSION=0
PHP_RELEASE_VERSION=6
-PHP_EXTRA_VERSION="RC1"
+PHP_EXTRA_VERSION=""
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION`
diff --git a/main/php_version.h b/main/php_version.h
index f6168d08e8..ff34e14e33 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 6
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "7.0.6RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.0.6"
#define PHP_VERSION_ID 70006