diff options
author | Stanislav Malyshev <stas@php.net> | 2013-02-26 22:24:09 -0800 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2013-02-26 22:24:09 -0800 |
commit | 0351fd55523b8c9e437161c6334fe413280eaa6c (patch) | |
tree | a15a9820a8554db844736523b996a12c3c027e54 /main/php_version.h | |
parent | 7ffb77d243897a1a9d39a6a51715d9ff3c14e02a (diff) | |
download | php-git-php-5.4.13RC1.tar.gz |
5.4.13 RC1php-5.4.13RC1
Diffstat (limited to 'main/php_version.h')
-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 46dbbb12c8..69a05ff962 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 4 #define PHP_RELEASE_VERSION 13 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.4.13-dev" +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "5.4.13RC1" #define PHP_VERSION_ID 50413 |