diff options
author | Andrey Hristov <andrey@php.net> | 2012-10-17 17:23:37 +0200 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2012-10-17 17:23:37 +0200 |
commit | 7314ed535f93841ff2d2bca5e65afcb0f2b003bb (patch) | |
tree | bceec620f2cb1d5f255196e00ae7ea1187b41fe2 /main/php_version.h | |
parent | c50d732f7686352381d44926988aca194204433d (diff) | |
parent | da541ff561e0ac6ac72d2efd8b785ecfeef868dc (diff) | |
download | php-git-7314ed535f93841ff2d2bca5e65afcb0f2b003bb.tar.gz |
Merge branch 'PHP-5.3' of ssh://git.php.net/php-src into PHP-5.3
Diffstat (limited to 'main/php_version.h')
-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..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 16 +#define PHP_RELEASE_VERSION 19 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.3.16-dev" -#define PHP_VERSION_ID 50316 +#define PHP_VERSION "5.3.19-dev" +#define PHP_VERSION_ID 50319 |