]> granicus.if.org Git - php/commitdiff
- Prepare for RC2RC2 (if everything is OK especially Zeev's interface
authorAndi Gutmans <andi@php.net>
Wed, 21 Apr 2004 09:59:52 +0000 (09:59 +0000)
committerAndi Gutmans <andi@php.net>
Wed, 21 Apr 2004 09:59:52 +0000 (09:59 +0000)
- patch I'll roll RC2 tomorrow).

Zend/zend.h
configure.in
main/php_version.h

index 3dd8b4bf76c7e369a3b6516d320be522eedcd410..39b7871b8cbf06485c66fbeef275fe9748fd1c42 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION "2.0.0RC2-dev"
+#define ZEND_VERSION "2.0.0RC2RC2"
 
 #define ZEND_ENGINE_2
 
index 5190f9d64f732d17d9d305ca7bc1f5ef92951c57..227d74387048535750d1432066d57c7e2463a2cc 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="RC2RC2"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index b95a5e7439f47aa1433de8a478b73b717d2da0d9..ae357ec8cc029c1aff351e2feec494b449e00fb0 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 "RC2RC2"
+#define PHP_VERSION "5.0.0RC2RC2"