v1.1.1: Bump version, fix CFLAGS in lib/Makefile, rebuild binaries

- Bump APP_VERSION from 1.1.0 to 1.1.1
- Fix CFLAGS in lib/Makefile: remove quoted empty string that broke
  blake3 cross-compilation
- Rebuild Linux and Windows binaries with IVK change detection fix
- Update SHA-256 hashes in release notes
This commit is contained in:
2026-03-22 10:02:51 -05:00
parent 5fe5447474
commit 90383b0f43
4 changed files with 4 additions and 4 deletions

View File

@@ -11,5 +11,5 @@
| File | SHA-256 |
|---|---|
| `SilentDragonXLite` (Linux) | `9b23f9b19340f089b50642a26eccf166f6de52ad3a4ed7683b5362be38297c68` |
| `SilentDragonXLite.exe` (Windows) | `06615528157b3173d06a53642c0825153a333b7386186aaa35e1cfdea18332e7` |
| `SilentDragonXLite` (Linux) | `2be3e4cd0cbb9988ba4614674f2ddaab5eb75498c84bc5333c2ada216e13885c` |
| `SilentDragonXLite.exe` (Windows) | `3cfef5dc7d2994502d9a3c1fa19b7fe7a97264d4915900ebb521fbe6c3f3ec52` |

Binary file not shown.

View File

@@ -3,7 +3,7 @@ ifeq ($(shell uname),Darwin)
CFLAGS := "-mmacosx-version-min=10.11"
else
EXT := a
CFLAGS := ""
CFLAGS :=
endif
PWD := $(shell pwd)

View File

@@ -1 +1 @@
#define APP_VERSION "1.1.0"
#define APP_VERSION "1.1.1"