diff options
author | Stanislav Malyshev <stas@php.net> | 2014-09-02 15:02:07 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2014-09-02 15:02:07 -0700 |
commit | c4b6af7ae2f3100b82c7d17d87eb8268150b85e9 (patch) | |
tree | 57bf9bc68a44a9d5053d885aa71e447688e6564d /main/php_version.h | |
parent | fe551c089a7d309e3fa08513f1d1e287141cd202 (diff) | |
download | php-git-php-5.4.33RC1.tar.gz |
5.4.33 RC1php-5.4.33RC1
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 f96fab142f..174ada0f52 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -4,6 +4,6 @@ #define PHP_MINOR_VERSION 4 #define PHP_RELEASE_VERSION 33 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.4.33-dev" +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "5.4.33RC1" #define PHP_VERSION_ID 50433 |