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

diff --git a/NEWS b/NEWS
index 97d8a0bd994e626079ca7157d9f3d23006720fe1..253fbc42589f03718028a8ac632280bf510c1c84 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2005, PHP 5.1
+8 Aug 2005, PHP 5.1 Release Candidate 1
 - Updated bundled libraries in Windows distribution. (Edin)
   . zlib 1.2.3
   . curl 7.14.0
index d2aa70b6ed3bc88be187404eef24877e3992bde3..d18743a6fc52bf1d3fdd9a6caac9d4003f50a2a7 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION "2.1.0-dev"
+#define ZEND_VERSION "2.1.0RC1"
 
 #define ZEND_ENGINE_2
 
index a99eab8f486518a007cccce4c1d2341c663b99b3..9931d2650ce07057d49d30c85dd539f283702f69 100644 (file)
@@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=1
 RELEASE_VERSION=0
-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 eefa06de776db7c4389d5dcfda0c97181c152db5..af5afda3edf74eb6fbee8830cb9982e3d803fccc 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 "-dev"
-#define PHP_VERSION "5.1.0-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.1.0RC1"