]> granicus.if.org Git - php/commitdiff
Back to dev.
authorIlia Alshanetsky <iliaa@php.net>
Wed, 23 Mar 2005 21:33:56 +0000 (21:33 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 23 Mar 2005 21:33:56 +0000 (21:33 +0000)
configure.in
main/php_version.h

index 3d4b7302f0e5c557c6d8e8423785eb0e3b3660f0..bbcf82b395b1615edf1c261b96bf7245364ce7cf 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=11
-EXTRA_VERSION="RC2"
+EXTRA_VERSION="RC2-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 56875b1103771f5ca8c1b998839ae92a68aa057b..75320dde890e8bbc2997e3ed2a2a34771c05f084 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 11
-#define PHP_EXTRA_VERSION "RC2"
-#define PHP_VERSION "4.3.11RC2"
+#define PHP_EXTRA_VERSION "RC2-dev"
+#define PHP_VERSION "4.3.11RC2-dev"