summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2014-10-28 16:58:52 +0100
committerBob Weinand <bobwei9@hotmail.com>2014-10-30 15:49:53 +0100
commitb5cfeaf13c0aeca7f279f632ccc68da821933c55 (patch)
treec22ecb3bbf51968832275bb05ef7e6e350ca999b /main/php_version.h
parentb1003c95a9561d148b39fe5bb36b0a36ff2f7306 (diff)
downloadphp-git-php-5.6.3RC1.tar.gz
5.6.3RC1php-5.6.3RC1
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 daa633ca33..09d06ffbbf 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 4
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.6.4-dev"
-#define PHP_VERSION_ID 50604
+#define PHP_RELEASE_VERSION 3
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.6.3RC1"
+#define PHP_VERSION_ID 50603