Version 1.6 release.

This commit is contained in:
onpon4 2016-08-06 21:18:59 -04:00
parent 7055bf31a3
commit f6f14227a1
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ CXXFLAGS += `pkg-config --cflags sdl2 SDL2_image SDL2_mixer`
LIBS = `pkg-config --libs sdl2 SDL2_image SDL2_mixer`
OBJS = alien.o audio.o bullet.o cargo.o collectable.o colors.o cutscene.o engine.o event.o explosion.o game.o gfx.o intermission.o loadSave.o messages.o misc.o missions.o player.o renderer.o resources.o screen.o ship.o shop.o Starfighter.o title.o weapons.o window.o
VERSION = 1.5.1
VERSION = 1.6
PROG = starfighter
DOCS = docs/*
DATA = data gfx sound music

View File

@ -435,7 +435,7 @@
"$(inherited)",
"$(PROJECT_DIR)",
);
GCC_PREPROCESSOR_DEFINITIONS = "VERSION=\\\"1.5.1\\\"";
GCC_PREPROCESSOR_DEFINITIONS = "VERSION=\\\"1.6\\\"";
HEADER_SEARCH_PATHS = (
SDL2.framework/Headers,
SDL2_mixer.framework/Headers,
@ -457,7 +457,7 @@
"$(inherited)",
"$(PROJECT_DIR)",
);
GCC_PREPROCESSOR_DEFINITIONS = "VERSION=\\\"1.5.1\\\"";
GCC_PREPROCESSOR_DEFINITIONS = "VERSION=\\\"1.6\\\"";
HEADER_SEARCH_PATHS = (
SDL2.framework/Headers,
SDL2_mixer.framework/Headers,