diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2006-09-14 17:49:12 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2006-09-14 17:49:12 +0000 |
commit | b5446194ec4929866fbb2a129521a73a30a68f3e (patch) | |
tree | 1925858a3d7366ab898e6bf230651f0030faa653 /main/php_version.h | |
parent | 6e2add04eacbd84e3fd5add20d8808fb3cf574b3 (diff) | |
download | php-git-b5446194ec4929866fbb2a129521a73a30a68f3e.tar.gz |
PHP 5.2.0RC4
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 2a168c6aea..09c1b13375 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 2 #define PHP_RELEASE_VERSION 0 -#define PHP_EXTRA_VERSION "RC4-dev" -#define PHP_VERSION "5.2.0RC4-dev" +#define PHP_EXTRA_VERSION "RC4" +#define PHP_VERSION "5.2.0RC4" #define PHP_VERSION_ID 50200 |