diff --git a/Rules.make.standalone b/Rules.make.standalone index caa6534..712feec 100644 --- a/Rules.make.standalone +++ b/Rules.make.standalone @@ -1,4 +1,4 @@ -VERSION := 1.1.4 +VERSION := 1.1.5 DESTDIR= BIN= diff --git a/Rules.make.system b/Rules.make.system index aba07f1..d6b6c72 100644 --- a/Rules.make.system +++ b/Rules.make.system @@ -1,4 +1,4 @@ -VERSION := 1.1.4 +VERSION := 1.1.5 PREFIX=/usr/local DESTDIR= diff --git a/Rules.windows b/Rules.windows index 6396513..384f7c6 100644 --- a/Rules.windows +++ b/Rules.windows @@ -1,4 +1,4 @@ -VERSION := 1.1.4 +VERSION := 1.1.5 PREFIX= DESTDIR= diff --git a/debian/changelog b/debian/changelog index 61ddecd..855ecc9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +instead (1.1.5) unstable; urgency=low + + * multiple anigif in one layout fix + * click in picture event + + -- Peter Kosyh Wed, 10 Mar 2010 15:20:51 +0300 + instead (1.1.4) unstable; urgency=low * keyboard navigation fix diff --git a/desktop/instead.desktop.in b/desktop/instead.desktop.in index 4221235..99b5574 100644 --- a/desktop/instead.desktop.in +++ b/desktop/instead.desktop.in @@ -1,6 +1,6 @@ [Desktop Entry] Encoding=UTF-8 -Version=1.1.4 +Version=1.1.5 Type=Application Name=INSTEAD Name[ru]=INSTEAD diff --git a/doc/index.html b/doc/index.html index d2b0716..590a544 100644 --- a/doc/index.html +++ b/doc/index.html @@ -13,7 +13,7 @@ body { font-family: Verdana, Arial, Helvetica, sans-serif; INSTEAD -- interpreter of simple text adventures for Unix and Windows -

INSTEAD 1.1.4

+

INSTEAD 1.1.5

INSTEAD -- interpreter of simple text adventures for Unix and Windows.
INSTEAD was designed to interpret the games that are the mix of visual novels, text quests and classical 90'ss quests.

diff --git a/doc/instead.6 b/doc/instead.6 index 26ce411..1df4d39 100644 --- a/doc/instead.6 +++ b/doc/instead.6 @@ -1,4 +1,4 @@ -.TH INSTEAD 6 "Version 1.1.4" Instead GAMES +.TH INSTEAD 6 "Version 1.1.5" Instead GAMES .SH NAME diff --git a/readme.txt b/readme.txt index 1b85cd1..29f33a8 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -INSTEAD 1.1.4 +INSTEAD 1.1.5 ============= 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 b351015..9aa31a8 100644 --- a/setup.iss +++ b/setup.iss @@ -1,11 +1,11 @@ [Setup] AppName=INSTEAD -AppVerName=INSTEAD 1.1.4 +AppVerName=INSTEAD 1.1.5 DefaultDirName={pf}\Pinebrush games\INSTEAD DefaultGroupName=Pinebrush games UninstallDisplayIcon={app}\sdl-instead.exe OutputDir=. -OutputBaseFilename=instead-1.1.4 +OutputBaseFilename=instead-1.1.5 AllowNoIcons=true [Languages] diff --git a/stead/stead.lua b/stead/stead.lua index eafab67..d86ffb5 100644 --- a/stead/stead.lua +++ b/stead/stead.lua @@ -1,5 +1,5 @@ stead = { - version = "1.1.4", + version = "1.1.5", table = table, string = string, math = math,