]> granicus.if.org Git - php/commitdiff
- Back to -dev
authorAndi Gutmans <andi@php.net>
Mon, 20 Jun 2005 22:34:57 +0000 (22:34 +0000)
committerAndi Gutmans <andi@php.net>
Mon, 20 Jun 2005 22:34:57 +0000 (22:34 +0000)
NEWS
Zend/zend.h
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 918a2a1c5d0e96b759e033a08a4967a082cf848c..3cac9bdcf2b432ca3f4fddd0af39c7683556c79a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? Jun 2005, PHP 5.1 Beta 3
+
 20 Jun 2005, PHP 5.1 Beta 2
 - Improved PHP extension loading mechanism with support for module dependencies
   and conflicts. (Jani, Dmitry) 
index 190df20e0018e9980558ce9669ba204db0d97b0b..eb06003029937609bc919b853209660031883efb 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION "2.1.0b2"
+#define ZEND_VERSION "2.1.0-dev"
 
 #define ZEND_ENGINE_2
 
index 08c35f867da7d2d364308b7957ecacf5c6c0212c..5574deb2633646b24afbcbba7461418a3666980b 100644 (file)
@@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=1
 RELEASE_VERSION=0
-EXTRA_VERSION="b2"
+EXTRA_VERSION="-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 423e53eb9c7edb6d4fbde130c8f632b29a8394e5..eefa06de776db7c4389d5dcfda0c97181c152db5 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 1
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "b2"
-#define PHP_VERSION "5.1.0b2"
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.1.0-dev"