diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2005-10-17 20:26:13 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2005-10-17 20:26:13 +0000 |
commit | f133b09907ca4ccbfc4956c9fbf470d8f0c7240c (patch) | |
tree | 2d1bd1fceb0d4cbbf4fbed485875cf61638eb6dd /main | |
parent | fbda9ce9f451a2238b1cfdc2331d96e011894924 (diff) | |
download | php-git-f133b09907ca4ccbfc4956c9fbf470d8f0c7240c.tar.gz |
5.1.0RC3
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 efd4e98acf..7baea27fae 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 "RC3-dev" -#define PHP_VERSION "5.1.0RC3-dev" +#define PHP_EXTRA_VERSION "RC3" +#define PHP_VERSION "5.1.0RC3" |