summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2012-12-19 16:13:48 +0100
committerJohannes Schlüter <johannes@php.net>2012-12-19 16:13:48 +0100
commit13adcc108d882e792b765fbfc4849eb7bd4e9863 (patch)
tree9c60e637d4c058b65edd1b5f2a662e2b7b61de0f /configure.in
parentc31ce8a12502fc7db84a05c36c493f4f5a84a044 (diff)
downloadphp-git-PHP-5.3.20.tar.gz
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 af47adf097..1eb8362f14 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=20
-PHP_EXTRA_VERSION="RC1"
+PHP_EXTRA_VERSION=""
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`