derick Thu Jan 3 08:24:25 2008 UTC
Modified files: (Branch: PHP_4_4)
/php-src/main php_version.h
/php-src configure.in
Log:
- Back to dev.
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.66.2.81.2.45&r2=1.66.2.81.2.46&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.45
php-src/main/php_version.h:1.66.2.81.2.46
--- php-src/main/php_version.h:1.66.2.81.2.45 Thu Jan 3 08:21:22 2008
+++ php-src/main/php_version.h Thu Jan 3 08:24:25 2008
@@ -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 8
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "4.4.8"
+#define PHP_RELEASE_VERSION 9
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "4.4.9-dev"
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.49&r2=1.396.2.164.2.50&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.49
php-src/configure.in:1.396.2.164.2.50
--- php-src/configure.in:1.396.2.164.2.49 Thu Jan 3 08:21:22 2008
+++ php-src/configure.in Thu Jan 3 08:24:25 2008
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.49 2008/01/03 08:21:22 derick Exp $
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.50 2008/01/03 08:24:25 derick Exp $
-*- sh -*-
dnl ## Process this file with autoconf to produce a configure script.
divert(1)
@@ -37,8 +37,8 @@
MAJOR_VERSION=4
MINOR_VERSION=4
-RELEASE_VERSION=8
-EXTRA_VERSION=""
+RELEASE_VERSION=9
+EXTRA_VERSION="-dev"
VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
dnl Define where extension directories are located in the configure context
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php