]> granicus.if.org Git - php/commitdiff
- 5.0.1RC1
authorAndi Gutmans <andi@php.net>
Tue, 10 Aug 2004 07:17:05 +0000 (07:17 +0000)
committerAndi Gutmans <andi@php.net>
Tue, 10 Aug 2004 07:17:05 +0000 (07:17 +0000)
NEWS
Zend/zend.h
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 99d3e6789e83bae382b4840f4d01d4ef395ecf98..2382a00fb4fb252141a2046d8d9563dfd5564f18 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2004, PHP 5.0.1
+
+10 Aug 2004, PHP 5.0.1RC1
 - Rewritten UNIX and Windows install help files. (Documentation Team)
 - Updated several libraries bundled with the windows release which now 
   includes libxml2-2.6.11, libxslt-1.1.7 and iconv-1.9.1. (Rob, Edin)
index 5252cbefe4d521977b62ad72bdb26e2b31992828..f780a9ddcae0eed42ec5b85185371b4cb382fc6c 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION "2.0.1-dev"
+#define ZEND_VERSION "2.0.1RC1"
 
 #define ZEND_ENGINE_2
 
index 3a417526635e720040deb0655cadea9d7e43e59a..0d3f068fdbd3a730340d537b1069187096da7743 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=0
 RELEASE_VERSION=1
-EXTRA_VERSION="-dev"
+EXTRA_VERSION="RC1"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 651a74426255f750d53ca9e7e8dd16a29d98bd37..5f0fe1439df7dd466596de3ed33ac8065ba8ebd9 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
 #define PHP_RELEASE_VERSION 1
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.0.1-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.0.1RC1"