diff options
author | Johannes Schlüter <johannes@php.net> | 2012-09-13 23:08:30 +0200 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2012-09-13 23:08:30 +0200 |
commit | 9e91d621e3202a95a8c2d2ba261495ac30ec4008 (patch) | |
tree | dedc92d171e43358bab2ba5a3c5982ac1a20173a /main | |
parent | 33fcec5c4ffb1a64bc4fb833f789072fc8bf732f (diff) | |
download | php-git-9e91d621e3202a95a8c2d2ba261495ac30ec4008.tar.gz |
This will become 5.3.18
Diffstat (limited to 'main')
-rw-r--r-- | main/php_version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/php_version.h b/main/php_version.h index 3107a2808a..2ec9520456 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -2,7 +2,7 @@ /* edit configure.in to change version number */ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 3 -#define PHP_RELEASE_VERSION 16 +#define PHP_RELEASE_VERSION 18 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.3.16-dev" -#define PHP_VERSION_ID 50316 +#define PHP_VERSION "5.3.18-dev" +#define PHP_VERSION_ID 50318 |