diff options
author | Johannes Schlüter <johannes@php.net> | 2008-12-03 20:40:59 +0000 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2008-12-03 20:40:59 +0000 |
commit | 2cfbe8c9ff5077e6bb012233d48f519133a436b9 (patch) | |
tree | c60b37fa36e383a35934552ea72a5496ceb87ad3 /main | |
parent | cf4a811b57763aa7eadd9af36bc26dad1da27d2a (diff) | |
download | php-git-2cfbe8c9ff5077e6bb012233d48f519133a436b9.tar.gz |
5.3.0. Alpha 3
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 ba026676a0..68aeebdcdc 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 3 #define PHP_RELEASE_VERSION 0 -#define PHP_EXTRA_VERSION "alpha3-dev" -#define PHP_VERSION "5.3.0alpha3-dev" +#define PHP_EXTRA_VERSION "alpha3" +#define PHP_VERSION "5.3.0alpha3" #define PHP_VERSION_ID 50300 |