]> granicus.if.org Git - php/commitdiff
- RC2RC1
authorAndi Gutmans <andi@php.net>
Wed, 14 Apr 2004 11:03:47 +0000 (11:03 +0000)
committerAndi Gutmans <andi@php.net>
Wed, 14 Apr 2004 11:03:47 +0000 (11:03 +0000)
Zend/zend.h
configure.in
main/php_version.h

index 3dd8b4bf76c7e369a3b6516d320be522eedcd410..226d9b962749cdcab26596879944d68cfac6aad3 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION "2.0.0RC2-dev"
+#define ZEND_VERSION "2.0.0RC2RC1"
 
 #define ZEND_ENGINE_2
 
index edb768e089102338081c3c93f376cc58f9463b10..449e717f5f26285ab1c0ea8673d5a956219f1b0e 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=0
 RELEASE_VERSION=0
-EXTRA_VERSION="RC2-dev"
+EXTRA_VERSION="RC2RC1"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index b95a5e7439f47aa1433de8a478b73b717d2da0d9..c5420667cf10c45aac41de23154910076489e9cd 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "5.0.0RC2-dev"
+#define PHP_EXTRA_VERSION "RC2RC1"
+#define PHP_VERSION "5.0.0RC2RC1"