Changed version to 0.99
authorMartin Read <martin@blackswordsonics.com>
Mon, 10 Feb 2014 20:58:35 +0000 (20:58 +0000)
committerMartin Read <martin@blackswordsonics.com>
Mon, 10 Feb 2014 20:58:35 +0000 (20:58 +0000)
Makefile

index 310e6f0..768eeba 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,8 +11,8 @@ GENERATED_MAKES:=dirs.mk features.mk
 HANDWRITTEN_OBJS:=combat.o display-nc.o fov.o log.o main.o map.o misc.o monsters.o mon2.o notify-local-tty.o objects.o pmon2.o rng.o sorcery.o u.o util.o
 OBJS:=$(GENERATED_OBJS) $(HANDWRITTEN_OBJS)
 GAME:=victrix-abyssi
-MAJVERS:=1
-MINVERS:=0
+MAJVERS:=0
+MINVERS:=9
 COMMON_CFLAGS:=-Wall -Wwrite-strings -Wunreachable-code -Wformat -Werror=format-security -fstack-protector --param=ssp-buffer-size=4 -DMAJVERS=$(MAJVERS) -DMINVERS=$(MINVERS) -std=gnu11 -D_FORTIFY_SOURCE=2
 COMMON_CXXFLAGS:=-Wall -Wwrite-strings -Wno-unused-but-set-variable -Wredundant-decls -Wunreachable-code -Wformat -Werror=format-security -fstack-protector --param=ssp-buffer-size=4 -DMAJVERS=$(MAJVERS) -DMINVERS=$(MINVERS) -std=gnu++11 -D_FORTIFY_SOURCE=2
 PRODUCTION_CFLAGS:=$(COMMON_CFLAGS)