diff options
author | Stanislav Malyshev <stas@php.net> | 2012-03-21 23:48:42 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2012-03-21 23:48:42 -0700 |
commit | 8cdfc8bead815973d29ca5499b16b7171c0a45bc (patch) | |
tree | 790ad0ca100d6e40a90f67aaa611181b39d47366 /main/php_version.h | |
parent | c0e9767131c01729f94c313850c11df127867225 (diff) | |
download | php-git-PHP-5.4.1-RC1.tar.gz |
5.4.1RC1PHP-5.4.1-RC1
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 b4c616ff54..5825b7cf2e 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 1 -#define PHP_EXTRA_VERSION "RC1-dev" -#define PHP_VERSION "5.4.1RC1-dev" +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "5.4.1RC1" #define PHP_VERSION_ID 50401 |