summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2013-04-11 17:20:31 +0200
committerOndřej Surý <ondrej@sury.org>2013-04-11 17:20:31 +0200
commit5a7c0b1f326279a6d7dba8285e81860e1f0ff8ce (patch)
tree81f2fb75f657f6a90ad1ef8901b9408ce17b20ae /configure.in
parentcf099ba2ee4e438bae16c3670a14ce0c4390529a (diff)
downloadphp-5a7c0b1f326279a6d7dba8285e81860e1f0ff8ce.tar.gz
Imported Upstream version 5.5.0~beta3upstream/5.5.0_beta3
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 490f9d574..bf624e847 100644
--- a/configure.in
+++ b/configure.in
@@ -120,7 +120,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=5
PHP_RELEASE_VERSION=0
-PHP_EXTRA_VERSION="beta2"
+PHP_EXTRA_VERSION="beta3"
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`