commit bc1c107ff7c11a2b8913f0e1ccdf90d8b51dab92 parent fb29b66570ad47999e045981f7e7eb52bc591039 Author: finwo <finwo@pm.me> Date: Sun, 1 Mar 2026 15:34:32 +0100 v1.1.0 Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -7,7 +7,7 @@ SRC:= # UNAME_SYSTEM=$(call lc,$(shell uname -s)) BIN?=udphole -VERSION?=1.0.0 +VERSION?=1.1.0 CC:=gcc CPP:=g++