]> git.mxchange.org Git - quix0rs-blobwars.git/commitdiff
Bump version and update changelog.
authorGuus Sliepen <guus@debian.org>
Sun, 17 Apr 2011 14:17:06 +0000 (16:17 +0200)
committerGuus Sliepen <guus@debian.org>
Sun, 17 Apr 2011 14:17:06 +0000 (16:17 +0200)
blobwars.nsi
doc/changes
doc/readme
makefile
makefile.windows

index 9a399eb5e8146513dfbd9cd4c3698519e1e063c6..fdfc43871357bd3445346e816dc0dd393dfe0258 100644 (file)
@@ -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
index 67876d6e46dd0c47ef19c398cdf6fc0be156eae2..b074780fdf7469e2bf7f0d4d09bc0d092f0c38be 100644 (file)
@@ -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.
index 5daeca77f3e26f5d3acae6075dee8bd3ac6e3872..45b9caefe2c927587de53031fba359936d0ff4e9 100644 (file)
@@ -1,6 +1,6 @@
 Blob Wars : Metal Blob Solid
 
-Version 1.18
+Version 1.19
 
 LICENSE
 
index c59443cadbdb7c1dc8a51f22e08c5068cd5beccf..0946fb8c4418917de80dbe6522ba9e7908394c0c 100755 (executable)
--- 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
 
index 012ec727410c513aee8261c00f02240dc235179c..babe2586de0dcfa67dc45bc78c7e662ef7fe534d 100755 (executable)
@@ -3,7 +3,7 @@ PAKNAME = blobwars.pak
 DOCS = doc/*
 ICONS = icons/
 
-VERSION = 1.18
+VERSION = 1.19
 RELEASE = 1
 USEPAK = 1