diff options
author | Johannes Schlüter <johannes@php.net> | 2009-09-03 21:35:17 +0000 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2009-09-03 21:35:17 +0000 |
commit | bcde6a023c4a8638a38cfd2b6066c684b843ba12 (patch) | |
tree | 768b89b89b52458adf250bebf4133cfd6536f4ae /main/php_version.h | |
parent | 511c923785724b082a2efd4073e89027d8c6c92b (diff) | |
download | php-git-bcde6a023c4a8638a38cfd2b6066c684b843ba12.tar.gz |
This will become 5.3.2, the NEWS file will be merged once 5.3.1 is out
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 00b37e3437..43cc338906 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 1 +#define PHP_RELEASE_VERSION 2 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.3.1-dev" -#define PHP_VERSION_ID 50301 +#define PHP_VERSION "5.3.2-dev" +#define PHP_VERSION_ID 50302 |