summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2005-09-10 15:44:17 +0000
committerDerick Rethans <derick@php.net>2005-09-10 15:44:17 +0000
commit7262ccfac969295db3aa00536d72c1099504cd62 (patch)
tree369d1bd3473280262ccfe5eefb21eaa0503a6796 /main
parent0730fa2af9aba352829f3f27f56721a361b10ab0 (diff)
downloadphp-git-7262ccfac969295db3aa00536d72c1099504cd62.tar.gz
- Fix version numbers as discussed to help version_compare for the PEAR folks.
Diffstat (limited to 'main')
-rw-r--r--main/php_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/php_version.h b/main/php_version.h
index eefa06de77..7d5c86f842 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -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"