diff options
author | Derick Rethans <github@derickrethans.nl> | 2012-11-13 10:10:41 +0000 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2012-11-13 10:10:41 +0000 |
commit | 1e081a825e7957286ce8df3cd7d48a9dd2a1787c (patch) | |
tree | 0947696b89521fbc4c2eecc140c7251902c4d46b /main/php_version.h | |
parent | 1784279be07f1ea18baff67646d9d75896cae36f (diff) | |
parent | bb60122c2fe49985b35026ecc48ff6cf550fbac1 (diff) | |
download | php-git-1e081a825e7957286ce8df3cd7d48a9dd2a1787c.tar.gz |
Merge branch 'PHP-5.3' of 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 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 |