]> granicus.if.org Git - php/commitdiff
back to dev
authorfoobar <sniper@php.net>
Fri, 18 Nov 2005 09:51:44 +0000 (09:51 +0000)
committerfoobar <sniper@php.net>
Fri, 18 Nov 2005 09:51:44 +0000 (09:51 +0000)
configure.in
main/php_version.h

index 2fa41896e878f0e0cb3babc9a492c48f27664dc7..3b119d2fafd71c8b9976dcb2d997c37e61e3bfbf 100644 (file)
@@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=1
 RELEASE_VERSION=0
-EXTRA_VERSION="RC6"
+EXTRA_VERSION="RC7-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index afab9e6f1b4eb6989fe609b2dce21323f25392b9..2bf513132972fffe3b9cf51ea212be99b02d1ac3 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 1
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "RC6"
-#define PHP_VERSION "5.1.0RC6"
+#define PHP_EXTRA_VERSION "RC7-dev"
+#define PHP_VERSION "5.1.0RC7-dev"