]> granicus.if.org Git - php/commitdiff
Go with RC2
authorIlia Alshanetsky <iliaa@php.net>
Tue, 3 Feb 2004 14:47:29 +0000 (14:47 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 3 Feb 2004 14:47:29 +0000 (14:47 +0000)
configure.in
main/php_version.h

index 2ff11447d76e2c72a220e66c3066e678b1ec86a9..4f666569766643516256deecffb2081b3e77d91e 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=5
-EXTRA_VERSION="RC2-dev"
+EXTRA_VERSION="RC2"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 0c6d823321e19608167f0ac90a87e40c146d34b0..1afc5be764b0fac8116ebdb989a32319b2f080af 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "4.3.5RC2-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "4.3.5RC2"