diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2005-11-17 21:27:58 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2005-11-17 21:27:58 +0000 |
commit | 4ba37d04d472be40d3893128101fa221013bc975 (patch) | |
tree | 3c3ef7658c857b91f4864412daa9e2c61ea9c5d5 /main | |
parent | 4eb9e6220955c42670d350352e9a94bb2ba799c5 (diff) | |
download | php-git-4ba37d04d472be40d3893128101fa221013bc975.tar.gz |
RC6
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 5a81893748..afab9e6f1b 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 0 -#define PHP_EXTRA_VERSION "RC6-dev" -#define PHP_VERSION "5.1.0RC6-dev" +#define PHP_EXTRA_VERSION "RC6" +#define PHP_VERSION "5.1.0RC6" |