]> granicus.if.org Git - php/commitdiff
- RC2-dev
authorAndi Gutmans <andi@php.net>
Wed, 21 Apr 2004 10:34:27 +0000 (10:34 +0000)
committerAndi Gutmans <andi@php.net>
Wed, 21 Apr 2004 10:34:27 +0000 (10:34 +0000)
Zend/zend.h
configure.in
main/php_version.h

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