summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-06-25 00:21:45 +0200
committerFerenc Kovacs <tyrael@php.net>2015-06-25 00:21:45 +0200
commit1efe5b115788080b5d086fafd342322cee874eb5 (patch)
tree7477924fe889f7a532fbd56d644f48ba819ad6ed /configure.in
parentca82114f21dd5d79708adf3e95b91b51342d93f7 (diff)
downloadphp-git-1efe5b115788080b5d086fafd342322cee874eb5.tar.gz
5.6.12 next
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 6c6b07a100..eb9f50ee90 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=6
-PHP_RELEASE_VERSION=11
+PHP_RELEASE_VERSION=12
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`