diff options
author | Stanislav Malyshev <stas@php.net> | 2013-01-29 21:37:38 -0800 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2013-01-29 21:37:38 -0800 |
commit | fdf1231f66a31514e8be129b7e6d5e91d8e5c99e (patch) | |
tree | 25f2da37b1dd70e60fb1463f4f3e08bedb05656c /main/php_version.h | |
parent | 7a6e76fd2fa5df9b2d11f5d8e552fa706bd607ea (diff) | |
download | php-git-php-5.4.12RC1.tar.gz |
5.4.12 RC1php-5.4.12RC1
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 82b9d9d56a..8abedd948d 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 12 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.4.12-dev" +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "5.4.12RC1" #define PHP_VERSION_ID 50412 |