From: Guus Sliepen Date: Sun, 17 Apr 2011 14:17:06 +0000 (+0200) Subject: Bump version and update changelog. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e520f4253c14620a4606a659a7f7be8bd03a62d0;p=quix0rs-blobwars.git Bump version and update changelog. --- diff --git a/blobwars.nsi b/blobwars.nsi index 9a399eb..fdfc438 100644 --- a/blobwars.nsi +++ b/blobwars.nsi @@ -1,7 +1,7 @@ # Blob Wars : Metal Blob Solid script Name "Blob Wars : Metal Blob Solid" -OutFile "blobwars-1.18-1.installer.exe" +OutFile "blobwars-1.19-1.installer.exe" InstallDir "$PROGRAMFILES\Parallel Realities\BlobWars" Page Directory Page InstFiles diff --git a/doc/changes b/doc/changes index 67876d6..b074780 100644 --- a/doc/changes +++ b/doc/changes @@ -1,13 +1,24 @@ CHANGE LOG ---------- +Version 1.19 + +* Fixed medal support that was broken in 1.18. + +* Correct credits for the song "Claustrophobia" by LizardKing. + +* Added doc/samples with information about origins of samples. + +* Minor fixes for compiling blobwars. + + Version 1.18 * Updated Catalan and Dutch translations. * Minor spelling errors fixed. -* Moved desktop entry from Applicaitons to ArcadeGame section. +* Moved desktop entry from Applications to ArcadeGame section. * Perform a sanitiy check when loading keyboard.cfg. @@ -25,10 +36,12 @@ Version 1.18 * Added exit screen. + Version 1.17 * Add medal support. + Version 1.06 * Fixed behaviour of decorative tiles in certain maps. diff --git a/doc/readme b/doc/readme index 5daeca7..45b9cae 100644 --- a/doc/readme +++ b/doc/readme @@ -1,6 +1,6 @@ Blob Wars : Metal Blob Solid -Version 1.18 +Version 1.19 LICENSE diff --git a/makefile b/makefile index c59443c..0946fb8 100755 --- a/makefile +++ b/makefile @@ -4,7 +4,7 @@ DOCS = doc/* ICONS = icons/ DATA = data gfx sound music -VERSION = 1.18 +VERSION = 1.19 RELEASE ?= 0 USEPAK ?= 0 diff --git a/makefile.windows b/makefile.windows index 012ec72..babe258 100755 --- a/makefile.windows +++ b/makefile.windows @@ -3,7 +3,7 @@ PAKNAME = blobwars.pak DOCS = doc/* ICONS = icons/ -VERSION = 1.18 +VERSION = 1.19 RELEASE = 1 USEPAK = 1