diff options
Diffstat (limited to 'devel/php5-msgpack/files/patch-msgpack__version.h')
-rw-r--r-- | devel/php5-msgpack/files/patch-msgpack__version.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/php5-msgpack/files/patch-msgpack__version.h b/devel/php5-msgpack/files/patch-msgpack__version.h deleted file mode 100644 index 17da1d4d6fc5..000000000000 --- a/devel/php5-msgpack/files/patch-msgpack__version.h +++ /dev/null @@ -1,11 +0,0 @@ ---- ./msgpack/version.h.orig 2011-10-06 05:01:43.000000000 +0400 -+++ ./msgpack/version.h 2012-05-28 15:06:00.763502625 +0400 -@@ -27,7 +27,7 @@ - int msgpack_version_major(void); - int msgpack_version_minor(void); - --#define MSGPACK_VERSION "0.5.7" -+#define MSGPACK_VERSION "0.5.4" - #define MSGPACK_VERSION_MAJOR 0 - #define MSGPACK_VERSION_MINOR 5 - |