diff options
author | Johannes Schlüter <johannes@php.net> | 2013-02-20 11:52:37 +0100 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2013-02-20 11:52:37 +0100 |
commit | 13616e8856076ee7bd3d661fd492326565ae48ff (patch) | |
tree | 0849d27d79e181b275e65ab2bbb557d42cdbee4a /main/php_version.h | |
parent | 229edf4f3d76bb34637f87b24240631c013ab79e (diff) | |
download | php-git-PHP-5.3.22.tar.gz |
PHP 5.3.22php-5.3.22PHP-5.3.22
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 51ace4e78b..fd6b46afb1 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 22 -#define PHP_EXTRA_VERSION "RC2" -#define PHP_VERSION "5.3.22RC2" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "5.3.22" #define PHP_VERSION_ID 50322 |