Bumped to 1.5.1-dev.

This commit is contained in:
onpon4 2016-01-12 10:43:57 -05:00
parent a0f68d722b
commit 855481e965
1 changed files with 1 additions and 1 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
VERSION = 1.5.1-dev
PROG = starfighter
DOCS = docs/*
DATA = data gfx sound music