From e405b6eb0f8591aee68bad51acb49cacaebc6072 Mon Sep 17 00:00:00 2001 From: onpon4 Date: Wed, 6 Jan 2016 22:00:55 -0500 Subject: [PATCH] Bumped version to 1.5. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c75d53b..d9d65b0 100644 --- a/Makefile +++ b/Makefile @@ -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.4.1-dev +VERSION = 1.5-dev PROG = starfighter DOCS = docs/* DATA = data gfx sound music