diff options
author | Johannes Schlüter <johannes@php.net> | 2013-06-05 16:29:25 +0200 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2013-06-05 16:29:25 +0200 |
commit | 4e573053dc625cc2a92917ab10511759bc19135e (patch) | |
tree | ed48e8cd4c3090a02428302d49fb7b0b901ba124 /main/php_version.h | |
parent | 882aa9c687806d44f7e70555d7dfa125b507561e (diff) | |
download | php-git-PHP-5.3.26.tar.gz |
PHP 5.3.26php-5.3.26PHP-5.3.26
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 3033c1c630..708ca7f81a 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 "RC1" -#define PHP_VERSION "5.3.26RC1" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "5.3.26" #define PHP_VERSION_ID 50326 |