diff options
author | Johannes Schlüter <johannes@php.net> | 2009-01-28 21:38:45 +0000 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2009-01-28 21:38:45 +0000 |
commit | 42023008b9fa0f7aee0ca8ce2115ebaf6cfd0743 (patch) | |
tree | 8f895f313607160d0c75a41c7283675561d4f445 /main/php_version.h | |
parent | 80f6263bbca33dc2c16ec273f7ba8a57e2a42c29 (diff) | |
download | php-git-42023008b9fa0f7aee0ca8ce2115ebaf6cfd0743.tar.gz |
PHP 5.3.0beta1
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 ac5ed96d17..dd006ad663 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 "alpha4-dev" -#define PHP_VERSION "5.3.0alpha4-dev" +#define PHP_EXTRA_VERSION "beta1" +#define PHP_VERSION "5.3.0beta1" #define PHP_VERSION_ID 50300 |