diff options
author | Johannes Schlüter <johannes@php.net> | 2012-10-04 02:35:42 +0200 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2012-10-04 02:35:42 +0200 |
commit | 64c09f68ec66061d1085ad5a5ef0a5ced63450b6 (patch) | |
tree | ba8cb2732080f9b7ad6f4d093437973c54356c44 /main | |
parent | 92a46fe07e4407d52eb384c48aec5a3538731341 (diff) | |
download | php-git-64c09f68ec66061d1085ad5a5ef0a5ced63450b6.tar.gz |
PHP-5.3 branch is 5.3.19 now
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 2ec9520456..e4ba15eba9 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 18 +#define PHP_RELEASE_VERSION 19 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.3.18-dev" -#define PHP_VERSION_ID 50318 +#define PHP_VERSION "5.3.19-dev" +#define PHP_VERSION_ID 50319 |