Commit:    ff41bfc87882440cfde0ed5673bd6c3f2347c892
Author:    Nikita Popov <ni...@php.net>         Sun, 1 Jul 2012 17:05:19 +0200
Parents:   b7903f9778a57fda71867f9661505f635d602067
Branches:  PHP-5.4 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=ff41bfc87882440cfde0ed5673bd6c3f2347c892

Log:
Fix accidential change of php_version.h

For some reason the merge reverts changed the version :/

Changed paths:
  M  main/php_version.h


Diff:
diff --git a/main/php_version.h b/main/php_version.h
index 6b49f40..4b7709c 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


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to