diff options
author | Johannes Schlüter <johannes@php.net> | 2013-05-22 17:10:20 +0200 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2013-05-22 17:10:20 +0200 |
commit | 9e28f20fba538c602ff3270deeb4aa5835448866 (patch) | |
tree | 0efdfcf77cbb27e03bfde3eed8adb2cd15eb0e60 /main/php_version.h | |
parent | c50cef1dc54ffd1d0fb71d1afb8b2c3cb3c5b6ef (diff) | |
download | php-git-php-5.3.26RC1.tar.gz |
PHP 5.3.26RC1php-5.3.26RC1
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 eeaffa3e44..3033c1c630 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 26 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.3.26-dev" +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "5.3.26RC1" #define PHP_VERSION_ID 50326 |