diff options
author | Johannes Schlüter <johannes@schlueters.de> | 2012-03-29 11:17:41 +0200 |
---|---|---|
committer | Johannes Schlüter <johannes@schlueters.de> | 2012-03-29 11:17:41 +0200 |
commit | 9ad0b878d91064d78bcd093a4660ea2bf99b03fb (patch) | |
tree | 9af156d276e7026f7dfb15909f39d26e67802510 /main/php_version.h | |
parent | 21fa9634c19210050b130bed9f3ac77c5332080b (diff) | |
download | php-git-php-5.3.11RC1.tar.gz |
PHP 5.3.11RC1php-5.3.11RC1
Diffstat (limited to 'main/php_version.h')
-rw-r--r-- | main/php_version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/php_version.h b/main/php_version.h index c2f3e45f9f..f79710a58f 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 11 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.3.11-dev" +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "5.3.11RC1" #define PHP_VERSION_ID 50311 |