diff options
author | Johannes Schlüter <johannes@php.net> | 2012-11-08 00:01:43 +0100 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2012-11-08 00:01:43 +0100 |
commit | 417b1b238fe79aa6a70aa71b4bb473d88a0d097f (patch) | |
tree | fb133d7407fc0ebde75582489a9d962bef99d648 /main/php_version.h | |
parent | 7fcbe4d5467300a0acee78330a0cdc9d1cbf05ad (diff) | |
download | php-git-417b1b238fe79aa6a70aa71b4bb473d88a0d097f.tar.gz |
This will be PHP 5.3.20
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 e4ba15eba9..331f30a051 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 19 +#define PHP_RELEASE_VERSION 20 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.3.19-dev" -#define PHP_VERSION_ID 50319 +#define PHP_VERSION "5.3.20-dev" +#define PHP_VERSION_ID 50320 |