Skip to content

Commit

Permalink
This will become 5.3.2, the NEWS file will be merged once 5.3.1 is out
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes committed Sep 3, 2009
1 parent 511c923 commit bcde6a0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions NEWS
@@ -1,5 +1,7 @@
PHP NEWS PHP NEWS
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2009, PHP 5.3.2

?? ??? 2009, PHP 5.3.1 ?? ??? 2009, PHP 5.3.1
- Upgraded bundled sqlite to version 3.6.17. (Scott) - Upgraded bundled sqlite to version 3.6.17. (Scott)


Expand Down
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)


PHP_MAJOR_VERSION=5 PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=3 PHP_MINOR_VERSION=3
PHP_RELEASE_VERSION=1 PHP_RELEASE_VERSION=2
PHP_EXTRA_VERSION="-dev" PHP_EXTRA_VERSION="-dev"
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION" PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION` PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION`
Expand Down
6 changes: 3 additions & 3 deletions main/php_version.h
Expand Up @@ -2,7 +2,7 @@
/* edit configure.in to change version number */ /* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 5 #define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 3 #define PHP_MINOR_VERSION 3
#define PHP_RELEASE_VERSION 1 #define PHP_RELEASE_VERSION 2
#define PHP_EXTRA_VERSION "-dev" #define PHP_EXTRA_VERSION "-dev"
#define PHP_VERSION "5.3.1-dev" #define PHP_VERSION "5.3.2-dev"
#define PHP_VERSION_ID 50301 #define PHP_VERSION_ID 50302

0 comments on commit bcde6a0

Please sign in to comment.