summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Popov <nikic@php.net>2012-07-01 17:05:19 +0200
committerNikita Popov <nikic@php.net>2012-07-01 17:05:19 +0200
commitff41bfc87882440cfde0ed5673bd6c3f2347c892 (patch)
tree6877c7f12e4057d8980e51865a28b2ead3e050ad
parentb7903f9778a57fda71867f9661505f635d602067 (diff)
downloadphp-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.h2
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