]> granicus.if.org Git - php/commitdiff
set versions
authorAnatol Belski <ab@php.net>
Tue, 5 Jul 2016 06:29:51 +0000 (08:29 +0200)
committerAnatol Belski <ab@php.net>
Tue, 5 Jul 2016 06:29:51 +0000 (08:29 +0200)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index d765242b71070d46236813000c45ea51c94f79c0..62fa3e444e0776135faec2ee951d3428cd83d379 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2016 PHP 7.0.9
+07 Jul 2016 PHP 7.0.9RC1
 
 - Core:
   . Fixed bug #72508 (strange references after recursive function call and
index 142cf7f77be6d3d4c282d0fc6a2f73c9a6ee22d0..2d971aecb473116121c17bb5bf28c8c78afe08df 100644 (file)
@@ -120,7 +120,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
 PHP_MAJOR_VERSION=7
 PHP_MINOR_VERSION=0
 PHP_RELEASE_VERSION=9
-PHP_EXTRA_VERSION="-dev"
+PHP_EXTRA_VERSION="RC1"
 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`
 
index f88ce5e69e03f9b4e3349e228a7f62db34cd9355..c6295de1655a28c9582d81041d6ccf9681d0345d 100644 (file)
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 7
 #define PHP_MINOR_VERSION 0
 #define PHP_RELEASE_VERSION 9
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.0.9-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "7.0.9RC1"
 #define PHP_VERSION_ID 70009