summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2014-08-27 04:14:23 +0200
committerFerenc Kovacs <tyrael@php.net>2014-08-27 04:14:23 +0200
commitb165be9ae1462e9b1569be579ab278e37464225c (patch)
tree959fc6fc3bf19698336e81ac0d2a81a66007133f /main
parentf7b7c1459448ca57e59d80f90ebc70f68fcb5271 (diff)
downloadphp-git-b165be9ae1462e9b1569be579ab278e37464225c.tar.gz
from now on, this should be 5.6.1-dev
Diffstat (limited to 'main')
-rw-r--r--main/php_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/php_version.h b/main/php_version.h
index d48bf13c6f..f3a736bf4f 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -2,7 +2,7 @@
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 6
-#define PHP_RELEASE_VERSION 0
+#define PHP_RELEASE_VERSION 1
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.6.0-dev"
+#define PHP_VERSION "5.6.1-dev"
#define PHP_VERSION_ID 50600