]> granicus.if.org Git - php/commitdiff
Back to dev
authorIlia Alshanetsky <iliaa@php.net>
Thu, 12 Jan 2006 15:24:10 +0000 (15:24 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 12 Jan 2006 15:24:10 +0000 (15:24 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 82bdb2e06d1ffcdcfdfe17dda21b05e98c000b0d..675143dad2d2c0af37221e75f5f24646e14fcbc5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2006, PHP 5.1.3
+
 12 Jan 2006, PHP 5.1.2
 - Updated libsqlite in ext/sqlite to 2.8.17. (Ilia)
 - Updated libsqlite in ext/pdo_sqlite to 3.2.8. (Ilia)
index c7934ff1660f57e127fdbc00ae76f2ad7969cc01..09223279effe52176675e07bea74e0edb1d3d265 100644 (file)
@@ -41,8 +41,8 @@ AC_CONFIG_HEADER(main/php_config.h)
 
 MAJOR_VERSION=5
 MINOR_VERSION=1
-RELEASE_VERSION=2
-EXTRA_VERSION=""
+RELEASE_VERSION=3
+EXTRA_VERSION="-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 604bd85f4975bc489df37ba60cf48619ec61ef98..890e43489ad84b6897849bbc8cf9b78d502ee9df 100644 (file)
@@ -2,6 +2,6 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 1
-#define PHP_RELEASE_VERSION 2
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.1.2"
+#define PHP_RELEASE_VERSION 3
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.1.3-dev"