From 44a39d8c657f7071d0e17db3ef0789e9dafdd89e Mon Sep 17 00:00:00 2001 From: "p.kosyh" Date: Thu, 20 May 2010 08:24:34 +0000 Subject: [PATCH] ver changed --- desktop/instead.desktop.in | 2 +- doc/index.html | 2 +- doc/instead.6 | 2 +- stead/stead.lua | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/desktop/instead.desktop.in b/desktop/instead.desktop.in index 99b5574..9d47fae 100644 --- a/desktop/instead.desktop.in +++ b/desktop/instead.desktop.in @@ -1,6 +1,6 @@ [Desktop Entry] Encoding=UTF-8 -Version=1.1.5 +Version=1.1.6 Type=Application Name=INSTEAD Name[ru]=INSTEAD diff --git a/doc/index.html b/doc/index.html index 590a544..1d8a345 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.5

+

INSTEAD 1.1.6

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 18c8e79..a501738 100644 --- a/doc/instead.6 +++ b/doc/instead.6 @@ -1,4 +1,4 @@ -.TH INSTEAD 6 "Version 1.1.5" Instead GAMES +.TH INSTEAD 6 "Version 1.1.6" Instead GAMES .SH NAME diff --git a/stead/stead.lua b/stead/stead.lua index 0915b1b..7a2b1a9 100644 --- a/stead/stead.lua +++ b/stead/stead.lua @@ -1,5 +1,5 @@ stead = { - version = "1.1.5", + version = "1.1.6", table = table, string = string, math = math,