From 6d26236290014bf11efc7413bba855d8a5953a0d Mon Sep 17 00:00:00 2001 From: onpon4 Date: Wed, 20 May 2015 10:55:11 -0400 Subject: [PATCH] Release 1.3.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2320f27..9f773f6 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 explosion.o game.o globals.o graphics.o init.o intermission.o loadSave.o messages.o misc.o missions.o player.o resources.o script.o ship.o shop.o Starfighter.o title.o weapons.o -VERSION = 1.3.3-dev +VERSION = 1.3.3 PROG = starfighter DOCS = docs/* DATA = data gfx sound music