]> granicus.if.org Git - php/commitdiff
Fix version
authorHannes Magnusson <bjori@php.net>
Mon, 13 Aug 2007 20:07:58 +0000 (20:07 +0000)
committerHannes Magnusson <bjori@php.net>
Mon, 13 Aug 2007 20:07:58 +0000 (20:07 +0000)
# RC1 is out, RC2 is in the works..

main/php_version.h

index 8704763b3a6c744b7de4f5224b536e253a876c4a..c330035630cacad7264d7a1dcd035f6b3d919e11 100644 (file)
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 4
-#define PHP_EXTRA_VERSION "RC1-dev"
-#define PHP_VERSION "5.2.4RC1-dev"
+#define PHP_EXTRA_VERSION "RC2-dev"
+#define PHP_VERSION "5.2.4RC2-dev"
 #define PHP_VERSION_ID 50204