diff options
author | Stanislav Malyshev <stas@php.net> | 2013-03-27 14:04:26 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2013-03-27 14:04:26 -0700 |
commit | b4e4a2c7aea8cc0b59b7836463bdd2d214b83177 (patch) | |
tree | 81fa017e8e341f3a7667158ff51f5904dc9d8cee /main/php_version.h | |
parent | 210d43d7a2e611496dcfa0f1d794e24fbcc5ae5d (diff) | |
download | php-git-php-5.4.14RC1.tar.gz |
5.4.14 RC1php-5.4.14RC1
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 9d0b61f621..cb8473549a 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 14 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.4.14-dev" +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "5.4.14RC1" #define PHP_VERSION_ID 50414 |