diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2007-04-26 22:39:10 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2007-04-26 22:39:10 +0000 |
commit | cc8ea13d5bc1394a40b93c70eaf1dad57d7475d0 (patch) | |
tree | 9af4bd51450a36ac50facd0e680703d1856e638e /main/php_version.h | |
parent | 3c6d2617e7f70ea804b9de943151caf53b951b88 (diff) | |
download | php-git-cc8ea13d5bc1394a40b93c70eaf1dad57d7475d0.tar.gz |
5.2.2RC2
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 d12d7a1a4a..b069c42a5a 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 2 -#define PHP_EXTRA_VERSION "RC2-dev" -#define PHP_VERSION "5.2.2RC2-dev" +#define PHP_EXTRA_VERSION "RC2" +#define PHP_VERSION "5.2.2RC2" #define PHP_VERSION_ID 50202 |