]> granicus.if.org Git - php/commitdiff
- Fix version numbers as discussed to help version_compare for the PEAR folks.
authorDerick Rethans <derick@php.net>
Sat, 10 Sep 2005 15:44:17 +0000 (15:44 +0000)
committerDerick Rethans <derick@php.net>
Sat, 10 Sep 2005 15:44:17 +0000 (15:44 +0000)
configure.in
main/php_version.h

index 297e9f398bc55c432fd68a11bee5c8b3d625fa80..470b492876a7915143889dcd8a934a624f053e64 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="RC2-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index eefa06de776db7c4389d5dcfda0c97181c152db5..7d5c86f842d5ef6100206ca6d7fc904f4d3b5e23 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 "RC2-dev"
+#define PHP_VERSION "5.1.0RC2-dev"