diff options
author | Julien Pauli <jpauli@php.net> | 2013-09-05 10:12:45 +0200 |
---|---|---|
committer | Julien Pauli <jpauli@php.net> | 2013-09-05 10:12:45 +0200 |
commit | 95dc6fbddaecf08f263966c635ae00a76a76a0f5 (patch) | |
tree | 61015cd483259533140c6920c2c98a4f07cbda43 | |
parent | 83beea4f81e311b7a5997b513d8bfb3d5a640710 (diff) | |
download | php-git-95dc6fbddaecf08f263966c635ae00a76a76a0f5.tar.gz |
Fixed PHP version numberphp-5.5.4RC1
-rw-r--r-- | main/php_version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_version.h b/main/php_version.h index 0deaa8aade..f60a6da3a5 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -4,5 +4,5 @@ #define PHP_MINOR_VERSION 5 #define PHP_RELEASE_VERSION 4 #define PHP_EXTRA_VERSION "RC1" -#define PHP_VERSION "5.5.4-RC1" +#define PHP_VERSION "5.5.4RC1" #define PHP_VERSION_ID 50504 |