diff options
author | Julien Pauli <jpauli@php.net> | 2014-10-28 16:58:52 +0100 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2014-10-30 15:49:53 +0100 |
commit | b5cfeaf13c0aeca7f279f632ccc68da821933c55 (patch) | |
tree | c22ecb3bbf51968832275bb05ef7e6e350ca999b /main/php_version.h | |
parent | b1003c95a9561d148b39fe5bb36b0a36ff2f7306 (diff) | |
download | php-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.h | 8 |
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 |