summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2013-03-13 12:34:20 +0100
committerOndřej Surý <ondrej@sury.org>2013-03-13 12:34:20 +0100
commit92984f18f6aee9c0f719febb9fc09a0c50262c2f (patch)
tree36d95d0aa548ede359a4da5338cf1162890ab524 /main
parent7ad1f708d5748e36de4b51088b377907e5ea01e7 (diff)
downloadphp-92984f18f6aee9c0f719febb9fc09a0c50262c2f.tar.gz
Imported Upstream version 5.5.0~alpha6upstream/5.5.0_alpha6
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 ee570ef6a..7a57019aa 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 5
#define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "alpha5"
-#define PHP_VERSION "5.5.0alpha5"
+#define PHP_EXTRA_VERSION "alpha6"
+#define PHP_VERSION "5.5.0alpha6"
#define PHP_VERSION_ID 50500