summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2011-01-05 13:39:30 +0000
committerJohannes Schlüter <johannes@php.net>2011-01-05 13:39:30 +0000
commitdf344ea7d659f4e357d8d9315c63d725a0a23f4d (patch)
treefe84eb48a97f2ded0b8cd93668249621cd54cc14 /configure.in
parent02bdb521e2137509bc5a2e6abd4e31e9f14d22bc (diff)
downloadphp-git-df344ea7d659f4e357d8d9315c63d725a0a23f4d.tar.gz
- This will be PHP 5.3.6
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 73f889bcfc..da14c0e81c 100644
--- a/configure.in
+++ b/configure.in
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=3
-PHP_RELEASE_VERSION=5
+PHP_RELEASE_VERSION=6
PHP_EXTRA_VERSION="-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`