]> granicus.if.org Git - php/commitdiff
Back to dev
authorIlia Alshanetsky <iliaa@php.net>
Thu, 5 Jan 2006 21:36:05 +0000 (21:36 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 5 Jan 2006 21:36:05 +0000 (21:36 +0000)
configure.in
main/php_version.h

index 62305370332cf41dfe059b92f7db4d5f9fd4df3c..73f5a241f5419858f0e5bdf225ab9d2c182dcb9a 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"
+EXTRA_VERSION="RC3-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 92a712311d162cd159897275b155985a2b731673..00d8e9f52dbf8e3c0d2e5b99182442bff1434928 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"
-#define PHP_VERSION "5.1.2RC2"
+#define PHP_EXTRA_VERSION "RC3-dev"
+#define PHP_VERSION "5.1.2RC3-dev"