diff options
author | Johannes Schlüter <johannes@php.net> | 2012-05-08 11:22:27 +0200 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2012-05-08 11:22:27 +0200 |
commit | e9354b53665e2d313f07d48ce3d227cc61a068dc (patch) | |
tree | 6a6cdb5c6d5c911b9aa62eb7365845a038093fea /main/php_version.h | |
parent | 46d9cc3de9f2def8ab84d0b83cc89b6f85d7506a (diff) | |
download | php-git-PHP-5.3.13.tar.gz |
PHP 5.3.13php-5.3.13PHP-5.3.13
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 5103b1c435..f4753a2441 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -4,5 +4,5 @@ #define PHP_MINOR_VERSION 3 #define PHP_RELEASE_VERSION 12 #define PHP_EXTRA_VERSION "" -#define PHP_VERSION "5.3.12" -#define PHP_VERSION_ID 50312 +#define PHP_VERSION "5.3.13" +#define PHP_VERSION_ID 50313 |