summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2010-11-18 17:57:54 +0000
committerJohannes Schlüter <johannes@php.net>2010-11-18 17:57:54 +0000
commit7a8d9ad16a0ce59645335b7d1c7d4773f28ec169 (patch)
tree4ca1ee27d8d7546f38c0fe881e79c0cb49adbb4e /configure.in
parentf5570be3a94fa15e7ba1c20b3a78b14d18778747 (diff)
downloadphp-git-7a8d9ad16a0ce59645335b7d1c7d4773f28ec169.tar.gz
- 5.3.4RC1
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 37ea87ad72..8f222c0c51 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=4
-PHP_EXTRA_VERSION="-dev"
+PHP_EXTRA_VERSION="RC1"
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`