update instpatch to 1.1.5

This commit is contained in:
alexey.lysiuk 2020-05-31 10:44:43 +03:00
parent 700736dbbc
commit c5700690c0
2 changed files with 2 additions and 2 deletions

View file

@ -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);

Binary file not shown.