summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2009-05-06 18:57:45 +0000
committerJohannes Schlüter <johannes@php.net>2009-05-06 18:57:45 +0000
commit508a2d0c3d20a63d0237512cc588b6c5c1f11a26 (patch)
tree0196e19d57616ce7686bbed95a39ab1324d650cd /configure.in
parent6eb27922d76ef2919287ca24579084cece3f6065 (diff)
downloadphp-git-508a2d0c3d20a63d0237512cc588b6c5c1f11a26.tar.gz
Back to -dev
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 6dec382773..018b228bc2 100644
--- a/configure.in
+++ b/configure.in
@@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h)
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=3
PHP_RELEASE_VERSION=0
-PHP_EXTRA_VERSION="RC2"
+PHP_EXTRA_VERSION="RC3-dev"
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION`