]> granicus.if.org Git - php/commitdiff
5.2.2RC1
authorIlia Alshanetsky <iliaa@php.net>
Tue, 10 Apr 2007 22:31:16 +0000 (22:31 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 10 Apr 2007 22:31:16 +0000 (22:31 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 176a1b13ae4d195151d0d1d0088cde47cc8c98eb..fb52373ddf985a7800dfcc2baabdaa9c5ca2f303 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-05 Apr 2007, PHP 5.2.2RC1
+10 Apr 2007, PHP 5.2.2RC1
 - Improved bundled GD
   . Sync to 2.0.35
   . colors allocated henceforth from the resulting image overwrite the palette 
index da4bc76d8ae3a9b583edab1290078730e0faa05a..90c1a7ed461f7941ab839d07310818a7bfa3ab5e 100644 (file)
@@ -44,7 +44,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=2
-EXTRA_VERSION="-dev"
+EXTRA_VERSION="RC1"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 10000 + [$]MINOR_VERSION \* 100 + [$]RELEASE_VERSION`
 
index 679375d09af08d80bbb5b425c09d1e087e9fcfea..c3eb9405f8602d5fa5d87e68b5f4044b506fb6e4 100644 (file)
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 2
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.2.2-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.2.2RC1"
 #define PHP_VERSION_ID 50202