From 0baf21395a65370b6250d248f9c4f97d9f99acea Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Tue, 13 Aug 2024 20:56:01 +0200 Subject: [PATCH] 0.38.0 Let's cut a realse here, hopefully I didn't break (too many) things --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a7df26b..06af509 100644 --- a/Makefile +++ b/Makefile @@ -18,8 +18,8 @@ WITH_X11 ?= yes WITH_SDL ?= yes VERSION_MAJOR = 0 -VERSION_MINOR = 37 -PATCHLEVEL = 99 +VERSION_MINOR = 38 +PATCHLEVEL = 0 DOTOS = src/emu_serial.o \ src/emu_emulate.o \