diff options
author | Johannes Schlüter <johannes@php.net> | 2008-08-01 00:46:20 +0000 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2008-08-01 00:46:20 +0000 |
commit | fe0e4c260685dab5617449703485f63cc0b152a7 (patch) | |
tree | bfb785884d4db484173da3d150dc85fb5f8eef44 /main/php_version.h | |
parent | 346b97afb49c4faf265ee887e5858a8861672fd2 (diff) | |
download | php-git-fe0e4c260685dab5617449703485f63cc0b152a7.tar.gz |
back to dev
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 a16f82b27b..aa301ca1c9 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 "alpha1" -#define PHP_VERSION "5.3.0alpha1" +#define PHP_EXTRA_VERSION "alpha2-dev" +#define PHP_VERSION "5.3.0alpha2-dev" #define PHP_VERSION_ID 50300 |