]> granicus.if.org Git - php/commitdiff
- Back to -dev
authorDerick Rethans <derick@php.net>
Sun, 30 Oct 2005 10:55:23 +0000 (10:55 +0000)
committerDerick Rethans <derick@php.net>
Sun, 30 Oct 2005 10:55:23 +0000 (10:55 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 94210a88129fddd5d45b5a29585e4464f39e9155..3e47cad45ddad2e7770f0b8c9335eac33ac61f93 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,6 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2006, Version 4.4.2
-
 - Fixed bug #34996 (ImageTrueColorToPalette() crashes when ncolors is 
   zero). (Tony)
 
index 1c33695549dab07687002f1ffdac29998de9dcd6..932f6693d9177602fa1d0976b8eeab23c06e26a6 100644 (file)
@@ -40,8 +40,8 @@ AC_CONFIG_HEADER(main/php_config.h)
 
 MAJOR_VERSION=4
 MINOR_VERSION=4
-RELEASE_VERSION=1
-EXTRA_VERSION=""
+RELEASE_VERSION=2
+EXTRA_VERSION="-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 07a69c77affb87ad2e9bdae91557427897efbd11..53c24098f16ae46511ecd21e669727598c20b96a 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 1
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "4.4.1"
+#define PHP_RELEASE_VERSION 2
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "4.4.2-dev"