]> granicus.if.org Git - php/commitdiff
- Back to -dev
authorDerick Rethans <derick@php.net>
Sat, 26 Mar 2005 19:17:11 +0000 (19:17 +0000)
committerDerick Rethans <derick@php.net>
Sat, 26 Mar 2005 19:17:11 +0000 (19:17 +0000)
#- This is important for the snapshot builder!

configure.in
main/php_version.h

index ce210c397292757087ac3721d0c26c5616103291..ed90e6504b0ebab1a067b6a3a7cab69335c3b800 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=0
 RELEASE_VERSION=4
-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 70e6e4b4c4639faa5070b7da01d7852e54f0b23c..23292924ebbb90d6e357d967d8a7a57c0e9685b9 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
 #define PHP_RELEASE_VERSION 4
-#define PHP_EXTRA_VERSION "RC2"
-#define PHP_VERSION "5.0.4RC2"
+#define PHP_EXTRA_VERSION "RC2-dev"
+#define PHP_VERSION "5.0.4RC2-dev"