diff options
author | Johannes Schlüter <johannes@php.net> | 2008-09-01 20:30:44 +0000 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2008-09-01 20:30:44 +0000 |
commit | 8df3c31d86f53c54644c9f450dcbcacf2136e7ae (patch) | |
tree | f8f3692b190ca58cd0c877d6b8ec4f1c0a0a5129 /main/php_version.h | |
parent | 99041160dfebe759450e02f68e73cd19c940a002 (diff) | |
download | php-git-8df3c31d86f53c54644c9f450dcbcacf2136e7ae.tar.gz |
dev -> release
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 aa301ca1c9..91db86fd5b 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-dev" -#define PHP_VERSION "5.3.0alpha2-dev" +#define PHP_EXTRA_VERSION "alpha2" +#define PHP_VERSION "5.3.0alpha2" #define PHP_VERSION_ID 50300 |