diff options
author | Johannes Schlüter <johannes@php.net> | 2013-07-10 19:43:08 +0200 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2013-07-10 19:43:08 +0200 |
commit | b1e49d95a17f8e553172da43834588a8ea78081e (patch) | |
tree | e961c0b106d1dc40a172317f0c836b6156472855 /main/php_version.h | |
parent | 154a39a72db346628cce8af1246bd6c267e6d576 (diff) | |
download | php-git-PHP-5.3.27.tar.gz |
PHP 5.3.27php-5.3.27PHP-5.3.27
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 4a28e50b66..6432d3e36e 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 27 -#define PHP_EXTRA_VERSION "RC1" -#define PHP_VERSION "5.3.27RC1" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "5.3.27" #define PHP_VERSION_ID 50327 |