diff options
author | Johannes Schlüter <johannes@php.net> | 2008-09-01 20:51:57 +0000 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2008-09-01 20:51:57 +0000 |
commit | 606e0f26a0f9779047b34a9a026d121f116c4865 (patch) | |
tree | 30d551c154120b6c43d5e830e61d882a96c8d813 /main | |
parent | 8df3c31d86f53c54644c9f450dcbcacf2136e7ae (diff) | |
download | php-git-606e0f26a0f9779047b34a9a026d121f116c4865.tar.gz |
back to dev
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 91db86fd5b..ba026676a0 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 "alpha2" -#define PHP_VERSION "5.3.0alpha2" +#define PHP_EXTRA_VERSION "alpha3-dev" +#define PHP_VERSION "5.3.0alpha3-dev" #define PHP_VERSION_ID 50300 |