diff options
author | Ferenc Kovacs <tyrael@php.net> | 2014-01-20 13:17:04 +0100 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2014-01-21 02:30:07 +0100 |
commit | 8648f76bac2f78391a1539253f21d62f53d83022 (patch) | |
tree | c7040b047a1c3a2625d4269e8a878a149c272bfe /main | |
parent | 425dbe55ef597a76ab16dac483be0ec785a0dfb5 (diff) | |
download | php-git-php-5.6.0alpha1.tar.gz |
5.6.0alpha1php-5.6.0alpha1
Diffstat (limited to 'main')
-rw-r--r-- | main/php_version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/php_version.h b/main/php_version.h index d48bf13c6f..8ee8939ce9 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 6 #define PHP_RELEASE_VERSION 0 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.6.0-dev" +#define PHP_EXTRA_VERSION "alpha1" +#define PHP_VERSION "5.6.0alpha1" #define PHP_VERSION_ID 50600 |