summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2006-10-20 13:15:35 +0000
committerIlia Alshanetsky <iliaa@php.net>2006-10-20 13:15:35 +0000
commit2ca717905ef63bf91b0fa441068e8bdbd70cb0ec (patch)
tree75db6f9c95529a413220381223e216ab0715fef2
parent3b1e2992643b6d249eb86bdd70340b08e1833e33 (diff)
downloadphp-git-2ca717905ef63bf91b0fa441068e8bdbd70cb0ec.tar.gz
Back to dev
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index a32a38280f..3beeef7662 100644
--- a/configure.in
+++ b/configure.in
@@ -44,7 +44,7 @@ AC_CONFIG_HEADER(main/php_config.h)
MAJOR_VERSION=5
MINOR_VERSION=2
RELEASE_VERSION=0
-EXTRA_VERSION="RC6"
+EXTRA_VERSION="RC7-dev"
PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 10000 + [$]MINOR_VERSION \* 100 + [$]RELEASE_VERSION`
diff --git a/main/php_version.h b/main/php_version.h
index a53e66d754..a3035ddde7 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 2
#define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "RC6"
-#define PHP_VERSION "5.2.0RC6"
+#define PHP_EXTRA_VERSION "RC7-dev"
+#define PHP_VERSION "5.2.0RC7-dev"
#define PHP_VERSION_ID 50200