diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2006-03-09 14:12:15 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2006-03-09 14:12:15 +0000 |
commit | b04ecd08d2712803af076377e1185a2baad13f80 (patch) | |
tree | 9d7add232977fc8182364679111e676b490b5940 /main | |
parent | e1d9cf07cdfae0f6f9fc7416675a009ec310dd4d (diff) | |
download | php-git-b04ecd08d2712803af076377e1185a2baad13f80.tar.gz |
5.1.3RC1
Diffstat (limited to 'main')
-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 890e43489a..3a5dacd00e 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,5 +3,5 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 1 #define PHP_RELEASE_VERSION 3 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.1.3-dev" +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "5.1.3RC1" |