diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2007-08-23 22:39:02 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2007-08-23 22:39:02 +0000 |
commit | 43a3524f49d1db125f9eb6d38fc6e7aa4314da43 (patch) | |
tree | 07db280b60beead828b24f1e59c53236b65c2822 /main/php_version.h | |
parent | cc44f5a09cbc44587ec92c450204905f9ca49a21 (diff) | |
download | php-git-43a3524f49d1db125f9eb6d38fc6e7aa4314da43.tar.gz |
5.2.4RC3
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 a36bdb0410..9a358c2876 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 4 -#define PHP_EXTRA_VERSION "RC3-dev" -#define PHP_VERSION "5.2.4RC3-dev" +#define PHP_EXTRA_VERSION "RC3" +#define PHP_VERSION "5.2.4RC3" #define PHP_VERSION_ID 50204 |