From fb8a03725c48baff05f6ee67addd1d470b5e71ff Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Sun, 8 Sep 2024 15:21:17 +0200 Subject: [PATCH] 0.40.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c06b397..fade85a 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ WITH_SDL ?= no VERSION_MAJOR = 0 VERSION_MINOR = 40 -PATCHLEVEL = 0 +PATCHLEVEL = 1 DOTOS = src/emu_serial.o \ src/emu_emulate.o \