summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorFerenc Kovacs <tyra3l@gmail.com>2017-01-06 01:56:05 +0100
committerFerenc Kovacs <tyra3l@gmail.com>2017-01-06 01:56:05 +0100
commitd2eca4da421317be535abe3ec7d22c03997fbe34 (patch)
tree4e12068b0d34a829260561b0ab3cf1a678e4e531 /main/php_version.h
parent3b14d7b84b10cef43034de0106bbfce34204100e (diff)
downloadphp-git-php-5.6.30RC1.tar.gz
prepare 5.6.30RC1php-5.6.30RC1
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 becb2f7730..1c180c3169 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 31
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.6.31-dev"
-#define PHP_VERSION_ID 50631
+#define PHP_RELEASE_VERSION 30
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.6.30RC1"
+#define PHP_VERSION_ID 50630