summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-08-20 10:01:20 +0200
committerFerenc Kovacs <tyrael@php.net>2015-08-20 10:01:20 +0200
commit36c0311622eb9c767ce6cd654fa923ee89044934 (patch)
treef67561c02251b4ffa3e6ffedcfd0760fc5cf8ba3 /main/php_version.h
parentc7c9858ba16eb71c9ffc6cabfa00f8ece8600b47 (diff)
downloadphp-git-php-5.6.13RC1.tar.gz
PHP-5.6.13RC1php-5.6.13RC1
Diffstat (limited to 'main/php_version.h')
-rw-r--r--main/php_version.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/php_version.h b/main/php_version.h
index 8f59951501..8ecfaebad9 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 14
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.6.14-dev"
-#define PHP_VERSION_ID 50614
+#define PHP_RELEASE_VERSION 13
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.6.13RC1"
+#define PHP_VERSION_ID 50613