]> granicus.if.org Git - php/commitdiff
- Back to -dev.
authorDerick Rethans <derick@php.net>
Mon, 11 Jul 2005 08:09:51 +0000 (08:09 +0000)
committerDerick Rethans <derick@php.net>
Mon, 11 Jul 2005 08:09:51 +0000 (08:09 +0000)
configure.in
main/php_version.h

index 20ce9fdb90391830f42acac9267ead7b821e470b..4534ddc3a1fdf89b2bf1c3bfd9db72d895b9d21c 100644 (file)
@@ -40,8 +40,8 @@ AC_CONFIG_HEADER(main/php_config.h)
 
 MAJOR_VERSION=4
 MINOR_VERSION=4
-RELEASE_VERSION=0
-EXTRA_VERSION=""
+RELEASE_VERSION=1
+EXTRA_VERSION="-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index d4159289f2367d75c2ff74656779e60976f8c3ca..faa762ad6a490b1130fa2214746b27aeef3036ba 100644 (file)
@@ -2,6 +2,6 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
-#define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "4.4.0"
+#define PHP_RELEASE_VERSION 1
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "4.4.1-dev"