summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorAdam Harvey <aharvey@php.net>2013-10-23 12:36:27 -0700
committerAdam Harvey <aharvey@php.net>2013-10-23 12:36:27 -0700
commit70c3a722e2561cb33d408f3c65e58f9468d2f667 (patch)
tree42bb7e3cb27f1d7eafa4f6155781a3ad58eaf517 /main
parent0adba0abb9df1493c8b38299d4139d7bf0ecc4f5 (diff)
downloadphp-git-70c3a722e2561cb33d408f3c65e58f9468d2f667.tar.gz
Increment version number, since this will be 5.5.6.
Diffstat (limited to 'main')
-rw-r--r--main/php_version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/php_version.h b/main/php_version.h
index d9ea4aab3c..2d98a3f807 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 5
-#define PHP_RELEASE_VERSION 5
+#define PHP_RELEASE_VERSION 6
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.5.5-dev"
-#define PHP_VERSION_ID 50505
+#define PHP_VERSION "5.5.6-dev"
+#define PHP_VERSION_ID 50506