diff options
author | Johannes Schlüter <johannes@php.net> | 2008-12-03 21:01:52 +0000 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2008-12-03 21:01:52 +0000 |
commit | a2266a7782e51c1c3417c84736389b47a64afa0a (patch) | |
tree | 4a4bde7b40b0f8e1371b59238e098ed5eee2a70e /main/php_version.h | |
parent | abe7bc14332b02dac392edb99e867b1e933f4e9d (diff) | |
download | php-git-a2266a7782e51c1c3417c84736389b47a64afa0a.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 68aeebdcdc..ac5ed96d17 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" -#define PHP_VERSION "5.3.0alpha3" +#define PHP_EXTRA_VERSION "alpha4-dev" +#define PHP_VERSION "5.3.0alpha4-dev" #define PHP_VERSION_ID 50300 |