From 1fd6d2a62b971a568eddb100ac8481fd69f27546 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 5 Aug 2023 17:02:10 +0100 Subject: Beta 1 --- src/Makefile | 2 +- src/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 0295073..2ec7b95 100644 --- a/src/Makefile +++ b/src/Makefile @@ -4,7 +4,7 @@ endif BIN := ../game.exe CC := i586-pc-msdosdjgpp-gcc -CFLAGS := -I. -I$(LIBMIKMOD_BASE)/include -c -Wall -Werror -pedantic -O3 -fomit-frame-pointer -ffast-math -march=i386 -DDEBUG +CFLAGS := -I. -I$(LIBMIKMOD_BASE)/include -c -Wall -Werror -pedantic -O3 -fomit-frame-pointer -ffast-math -march=i386# -DDEBUG LDFLAGS := -s -L$(LIBMIKMOD_BASE)/dos LIBS := -lmikmod diff --git a/src/main.c b/src/main.c index 3a1aca6..ab4ca6a 100644 --- a/src/main.c +++ b/src/main.c @@ -14,7 +14,7 @@ #include "game.h" #define GAME_NAME "Gold Mine Run!" -#define GAME_VERSION "A0" +#define GAME_VERSION "BETA1" #define GAME_URL "https://www.usebox.net/jjm/gold-mine-run/" /* disable paging because our int handlers are written in C */ -- cgit v1.2.3