summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDavid Soria Parra <dsp@php.net>2013-06-19 22:11:52 +0200
committerDavid Soria Parra <dsp@php.net>2013-06-19 22:11:52 +0200
commit83fc53acb9e8056ec3a6d9f97cf0c911944dcfe7 (patch)
tree19e859a8c78066a45b0b506297a1390a37aaf877 /configure.in
parentc1b8fbc1127a7a6d6cda1bb4d12f0645dcbecea4 (diff)
downloadphp-git-83fc53acb9e8056ec3a6d9f97cf0c911944dcfe7.tar.gz
Bump version
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 f531bebdd1..f3a262262a 100644
--- a/configure.in
+++ b/configure.in
@@ -119,7 +119,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=5
-PHP_RELEASE_VERSION=0
+PHP_RELEASE_VERSION=1
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`