diff options
author | Nikita Popov <nikic@php.net> | 2012-07-01 17:05:19 +0200 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2012-07-01 17:05:19 +0200 |
commit | ff41bfc87882440cfde0ed5673bd6c3f2347c892 (patch) | |
tree | 6877c7f12e4057d8980e51865a28b2ead3e050ad | |
parent | b7903f9778a57fda71867f9661505f635d602067 (diff) | |
download | php-git-ff41bfc87882440cfde0ed5673bd6c3f2347c892.tar.gz |
Fix accidential change of php_version.h
For some reason the merge reverts changed the version :/
-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 6b49f40864..4b7709c552 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -5,4 +5,4 @@ #define PHP_RELEASE_VERSION 5 #define PHP_EXTRA_VERSION "-dev" #define PHP_VERSION "5.4.5-dev" -#define PHP_VERSION_ID 50404 +#define PHP_VERSION_ID 50405 |