From 9d578e3fbefff40abf5d905e1493a3538963bd50 Mon Sep 17 00:00:00 2001 From: "p.kosyh" Date: Mon, 8 Feb 2010 17:22:38 +0000 Subject: [PATCH] 1.1.0 -> 1.1.1 --- Rules.make.standalone | 2 +- Rules.make.system | 2 +- debian/changelog | 5 ++++- desktop/instead.desktop.in | 2 +- doc/instead.6 | 2 +- readme.txt | 2 +- setup.iss | 4 ++-- stead/stead.lua | 2 +- 8 files changed, 12 insertions(+), 9 deletions(-) diff --git a/Rules.make.standalone b/Rules.make.standalone index c99746b..7ad36f1 100644 --- a/Rules.make.standalone +++ b/Rules.make.standalone @@ -1,4 +1,4 @@ -VERSION := 1.1.0 +VERSION := 1.1.1 DESTDIR= BIN= diff --git a/Rules.make.system b/Rules.make.system index f60bb2e..70f652f 100644 --- a/Rules.make.system +++ b/Rules.make.system @@ -1,4 +1,4 @@ -VERSION := 1.1.0 +VERSION := 1.1.1 PREFIX=/usr/local DESTDIR= diff --git a/debian/changelog b/debian/changelog index c039302..cda31aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -instead (1.1.0) unstable; urgency=low +instead (1.1.1) unstable; urgency=low * encode path in save (' in paths); * mouse focus win problem; @@ -14,6 +14,9 @@ instead (1.1.0) unstable; urgency=low * anigif while menu bug * add inv.mode disabled * txtnb added to stead.lua + * bg scaling fix + * broken codepage fix + * esc strings in tag -- Peter Kosyh Thu, 14 Jan 2010 15:47:50 +0300 diff --git a/desktop/instead.desktop.in b/desktop/instead.desktop.in index abd35ba..1fadde5 100644 --- a/desktop/instead.desktop.in +++ b/desktop/instead.desktop.in @@ -1,6 +1,6 @@ [Desktop Entry] Encoding=UTF-8 -Version=1.1.0 +Version=1.1.1 Type=Application Name=INSTEAD Name[ru]=INSTEAD diff --git a/doc/instead.6 b/doc/instead.6 index 55600c6..1e164d9 100644 --- a/doc/instead.6 +++ b/doc/instead.6 @@ -1,4 +1,4 @@ -.TH INSTEAD 6 "Version 1.1.0" Instead GAMES +.TH INSTEAD 6 "Version 1.1.1" Instead GAMES .SH NAME diff --git a/readme.txt b/readme.txt index aec3e3a..a7a13b4 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -INSTEAD 1.1.0 +INSTEAD 1.1.1 ============= WARNING! For successfull building you must install these development packages (names may vary in your distribution): diff --git a/setup.iss b/setup.iss index 77288a2..4428281 100644 --- a/setup.iss +++ b/setup.iss @@ -1,11 +1,11 @@ [Setup] AppName=INSTEAD -AppVerName=INSTEAD 1.1.0 +AppVerName=INSTEAD 1.1.1 DefaultDirName={pf}\Pinebrush games\INSTEAD DefaultGroupName=Pinebrush games UninstallDisplayIcon={app}\sdl-instead.exe OutputDir=. -OutputBaseFilename=instead-1.1.0 +OutputBaseFilename=instead-1.1.1 AllowNoIcons=true [Languages] diff --git a/stead/stead.lua b/stead/stead.lua index 6afe9f8..bfeb3c0 100644 --- a/stead/stead.lua +++ b/stead/stead.lua @@ -1,5 +1,5 @@ stead = { - version = "1.1.0", + version = "1.1.1", table = table, string = string, math = math,