diff options
author | Stanislav Malyshev <stas@php.net> | 2013-09-03 13:36:45 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2013-09-03 13:36:45 -0700 |
commit | 7d0eafce3a93105090662ef2e9bb4fe8995183a5 (patch) | |
tree | c871f6ac9080e1a6870188adf325213259b8d24d /main/php_version.h | |
parent | 6c48c6bc789e4a2f5bf480bd2c62070ee1152e62 (diff) | |
download | php-git-php-5.4.20RC1.tar.gz |
5.4.20 rc1php-5.4.20RC1
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 9dc00237fe..b53355cc99 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 20 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.4.20-dev" +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "5.4.20RC1" #define PHP_VERSION_ID 50420 |