diff options
author | Johannes Schlüter <johannes@php.net> | 2009-06-26 15:44:19 +0000 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2009-06-26 15:44:19 +0000 |
commit | 4b4283bdc0c578971f863a2a53b8a95c59cfc2d0 (patch) | |
tree | 86465cdd2e69de44506068880bb69960a1de5a54 /main/php_version.h | |
parent | e1ae9330311232385914e8151e24d2566396dde3 (diff) | |
download | php-git-4b4283bdc0c578971f863a2a53b8a95c59cfc2d0.tar.gz |
Bump version to 5.3.0 and API Nos. up
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 8f0336bef0..b73190a26b 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 "RC5-dev" -#define PHP_VERSION "5.3.0RC5-dev" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "5.3.0" #define PHP_VERSION_ID 50300 |