From: Hannes Magnusson Date: Mon, 13 Aug 2007 20:07:58 +0000 (+0000) Subject: Fix version X-Git-Tag: php-5.2.4RC2~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1507d56fc6d01a13daf945cd09a3035c7882ed05;p=php Fix version # RC1 is out, RC2 is in the works.. --- diff --git a/main/php_version.h b/main/php_version.h index 8704763b3a..c330035630 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -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