]> granicus.if.org Git - php/commitdiff
- Back to dev
authorDerick Rethans <derick@php.net>
Mon, 13 Jun 2005 14:34:26 +0000 (14:34 +0000)
committerDerick Rethans <derick@php.net>
Mon, 13 Jun 2005 14:34:26 +0000 (14:34 +0000)
configure.in
main/php_version.h

index 81a7971c8be4af1d0946ea3d861131877771f13e..ff8b8c486d3d778cb24be53b69da776a4202393a 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=0
-EXTRA_VERSION="RC1"
+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 a23d3c6e0323aaf5de54738cb9dd25a38e91c034..abb3e52906ac5b0d8d3698dfeea9d97352ee4b6d 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 "RC1"
-#define PHP_VERSION "4.4.0RC1"
+#define PHP_EXTRA_VERSION "RC2-dev"
+#define PHP_VERSION "4.4.0RC2-dev"