diff --git a/RELEASE_NOTES_v1.1.1.md b/RELEASE_NOTES_v1.1.1.md index 942d723..13921e3 100644 --- a/RELEASE_NOTES_v1.1.1.md +++ b/RELEASE_NOTES_v1.1.1.md @@ -11,5 +11,5 @@ | File | SHA-256 | |---|---| -| `SilentDragonXLite` (Linux) | `9b23f9b19340f089b50642a26eccf166f6de52ad3a4ed7683b5362be38297c68` | -| `SilentDragonXLite.exe` (Windows) | `06615528157b3173d06a53642c0825153a333b7386186aaa35e1cfdea18332e7` | +| `SilentDragonXLite` (Linux) | `2be3e4cd0cbb9988ba4614674f2ddaab5eb75498c84bc5333c2ada216e13885c` | +| `SilentDragonXLite.exe` (Windows) | `3cfef5dc7d2994502d9a3c1fa19b7fe7a97264d4915900ebb521fbe6c3f3ec52` | diff --git a/SilentDragonXLite b/SilentDragonXLite index 28bb168..d1a0e07 100755 Binary files a/SilentDragonXLite and b/SilentDragonXLite differ diff --git a/lib/Makefile b/lib/Makefile index 3188d5e..ec8546a 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -3,7 +3,7 @@ ifeq ($(shell uname),Darwin) CFLAGS := "-mmacosx-version-min=10.11" else EXT := a - CFLAGS := "" + CFLAGS := endif PWD := $(shell pwd) diff --git a/src/version.h b/src/version.h index 52cf9b7..be05492 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define APP_VERSION "1.1.0" +#define APP_VERSION "1.1.1"