diff options
author | Stanislav Malyshev <stas@php.net> | 2012-10-02 23:23:22 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2012-10-02 23:23:22 -0700 |
commit | 3ff75ba85803e96df5ac5c6d77220c5c520f5304 (patch) | |
tree | dfc3541da3bc12539259bf9a399efe124bfddb24 /main/php_version.h | |
parent | 26e492f2f3d3e26f7320957172e37ee49f6e6112 (diff) | |
download | php-git-php-5.4.8RC1.tar.gz |
5.4.8RC1php-5.4.8RC1
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 0efdef14a5..bf7ae117c6 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 8 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.4.8-dev" +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "5.4.8RC1" #define PHP_VERSION_ID 50408 |