diff --git a/deps/instpatch/include/libinstpatch/version.h b/deps/instpatch/include/libinstpatch/version.h index c3c08b73..c8f2312f 100644 --- a/deps/instpatch/include/libinstpatch/version.h +++ b/deps/instpatch/include/libinstpatch/version.h @@ -26,7 +26,7 @@ * IPATCH_VERSION: (skip) * libInstPatch version static string. */ -#define IPATCH_VERSION "1.1.4" +#define IPATCH_VERSION "1.1.5" /** * IPATCH_VERSION_MAJOR: (skip) @@ -44,7 +44,7 @@ * IPATCH_VERSION_MICRO: (skip) * libInstPatch micro version integer. */ -#define IPATCH_VERSION_MICRO 4 +#define IPATCH_VERSION_MICRO 5 void ipatch_version (guint *major, guint *minor, guint *micro); diff --git a/deps/instpatch/lib/libinstpatch-1.0.a b/deps/instpatch/lib/libinstpatch-1.0.a index 05e06588..928674b9 100644 Binary files a/deps/instpatch/lib/libinstpatch-1.0.a and b/deps/instpatch/lib/libinstpatch-1.0.a differ