diff options
| author | Johannes Schlüter <johannes@php.net> | 2010-06-18 08:22:14 +0000 |
|---|---|---|
| committer | Johannes Schlüter <johannes@php.net> | 2010-06-18 08:22:14 +0000 |
| commit | d52e13220338e74e4b6c50e413e876aa66df8a4b (patch) | |
| tree | 571ed6aec5486d496a666d5176dba46726c9be6f | |
| parent | 8661e8d298d208fa6bfaa9fbf8c34768abfbc6c8 (diff) | |
| download | php-git-d52e13220338e74e4b6c50e413e876aa66df8a4b.tar.gz | |
back to -dev
| -rw-r--r-- | NEWS | 3 | ||||
| -rw-r--r-- | configure.in | 2 | ||||
| -rw-r--r-- | main/php_version.h | 4 |
3 files changed, 6 insertions, 3 deletions
@@ -1,5 +1,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| +?? ??? 2010, PHP 5.3.3 RC2 + + 17 Jun 2010, PHP 5.3.3 RC1 - Upgraded bundled sqlite to version 3.6.23.1. (Ilia) - Upgraded bundled PCRE to version 8.02. (Ilia) diff --git a/configure.in b/configure.in index a5c9a25023..23d96f5832 100644 --- a/configure.in +++ b/configure.in @@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h) PHP_MAJOR_VERSION=5 PHP_MINOR_VERSION=3 PHP_RELEASE_VERSION=3 -PHP_EXTRA_VERSION="-RC1" +PHP_EXTRA_VERSION="RC2-dev" 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` diff --git a/main/php_version.h b/main/php_version.h index 45f10e4c23..ad9f4cb28a 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 3 #define PHP_RELEASE_VERSION 3 -#define PHP_EXTRA_VERSION "-RC1" -#define PHP_VERSION "5.3.3-RC1" +#define PHP_EXTRA_VERSION "RC2-dev" +#define PHP_VERSION "5.3.3RC2-dev" #define PHP_VERSION_ID 50303 |
