]> granicus.if.org Git - php/commitdiff
- Back to -dev
authorDerick Rethans <derick@php.net>
Fri, 1 Jul 2005 10:05:42 +0000 (10:05 +0000)
committerDerick Rethans <derick@php.net>
Fri, 1 Jul 2005 10:05:42 +0000 (10:05 +0000)
configure.in
main/php_version.h

index d5f3a1dc14e832fbbd5a556439b965325b861d02..b43e12983aa353bd6561e1f69dc6588cf40e1586 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=0
-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 415d722c136dfe4e0f690c2633d42c5d3820e9f0..f78262ddce81e96ec017c17970aaaa13d84ce684 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "RC2"
-#define PHP_VERSION "4.4.0RC2"
+#define PHP_EXTRA_VERSION "RC3-dev"
+#define PHP_VERSION "4.4.0RC3-dev"