]> granicus.if.org Git - php/commitdiff
Go with 5.1.2RC2
authorIlia Alshanetsky <iliaa@php.net>
Thu, 5 Jan 2006 18:36:24 +0000 (18:36 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 5 Jan 2006 18:36:24 +0000 (18:36 +0000)
configure.in
main/php_version.h

index 549c0312fc5fca581049f998caba503ecc77de01..62305370332cf41dfe059b92f7db4d5f9fd4df3c 100644 (file)
@@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=1
 RELEASE_VERSION=2
-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 0733a5cea900174082d3bfb89e4921eec218a5f5..92a712311d162cd159897275b155985a2b731673 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 1
 #define PHP_RELEASE_VERSION 2
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "5.1.2RC2-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "5.1.2RC2"