From 3980d3310315b695cff36966634d183753e55a60 Mon Sep 17 00:00:00 2001 From: "p.kosyh@gmail.com" Date: Sat, 2 Oct 2010 12:57:05 +0000 Subject: [PATCH] 1.2.3 --- Makefile.mingw32ce | 2 +- PKGBUILD.in | 2 +- Rules.make.macosx | 2 +- Rules.make.standalone | 2 +- Rules.make.system | 2 +- Rules.mingw | 2 +- Rules.windows | 2 +- debian/changelog | 7 +++++++ desktop/instead.desktop.in | 2 +- doc/index.html | 2 +- doc/instead.6 | 2 +- readme.txt | 2 +- setup-kit.iss | 4 ++-- setup.iss | 4 ++-- stead/stead.lua | 2 +- 15 files changed, 23 insertions(+), 16 deletions(-) diff --git a/Makefile.mingw32ce b/Makefile.mingw32ce index 49f214b..f42ad82 100644 --- a/Makefile.mingw32ce +++ b/Makefile.mingw32ce @@ -1,4 +1,4 @@ -VERSION := 1.2.2 +VERSION := 1.2.3 PREFIX=./ DESTDIR= diff --git a/PKGBUILD.in b/PKGBUILD.in index a2bdff2..9c36619 100644 --- a/PKGBUILD.in +++ b/PKGBUILD.in @@ -1,6 +1,6 @@ # Contributor: Peter Kosyh pkgname=instead -pkgver=1.2.2 +pkgver=1.2.3 pkgrel=1 pkgdesc="instead quest interpreter" arch=('i686' 'x86_64') diff --git a/Rules.make.macosx b/Rules.make.macosx index 0d4ff8e..fba3987 100644 --- a/Rules.make.macosx +++ b/Rules.make.macosx @@ -1,4 +1,4 @@ -VERSION := 1.2.2 +VERSION := 1.2.3 DESTDIR= BIN= diff --git a/Rules.make.standalone b/Rules.make.standalone index 1ee7e22..c152cb7 100644 --- a/Rules.make.standalone +++ b/Rules.make.standalone @@ -1,4 +1,4 @@ -VERSION := 1.2.2 +VERSION := 1.2.3 DESTDIR= BIN= diff --git a/Rules.make.system b/Rules.make.system index 1ad718a..85b53a5 100644 --- a/Rules.make.system +++ b/Rules.make.system @@ -1,4 +1,4 @@ -VERSION := 1.2.2 +VERSION := 1.2.3 PREFIX=/usr/local DESTDIR= diff --git a/Rules.mingw b/Rules.mingw index 5ff3a3e..dd9c218 100644 --- a/Rules.mingw +++ b/Rules.mingw @@ -1,4 +1,4 @@ -VERSION := 1.2.2 +VERSION := 1.2.3 PREFIX=./ DESTDIR= diff --git a/Rules.windows b/Rules.windows index e512c7f..aa9c2d7 100644 --- a/Rules.windows +++ b/Rules.windows @@ -1,4 +1,4 @@ -VERSION := 1.2.2 +VERSION := 1.2.3 PREFIX= DESTDIR= diff --git a/debian/changelog b/debian/changelog index da8d055..7e41838 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +instead (1.2.3) unstable; urgency=low + + * android build; + * bug in xact; + + -- Peter Kosyh Sat, 2 Oct 2010 16:53:00 +0300 + instead (1.2.2) unstable; urgency=low * xact now can be used from everywhere; diff --git a/desktop/instead.desktop.in b/desktop/instead.desktop.in index 3806a96..641523f 100644 --- a/desktop/instead.desktop.in +++ b/desktop/instead.desktop.in @@ -1,6 +1,6 @@ [Desktop Entry] Encoding=UTF-8 -Version=1.2.2 +Version=1.2.3 Type=Application Name=INSTEAD Name[ru]=INSTEAD diff --git a/doc/index.html b/doc/index.html index d405b8d..5402681 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.2.2

+

INSTEAD 1.2.3

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 c6d415d..028ebf2 100644 --- a/doc/instead.6 +++ b/doc/instead.6 @@ -1,4 +1,4 @@ -.TH INSTEAD 6 "Version 1.2.2" Instead GAMES +.TH INSTEAD 6 "Version 1.2.3" Instead GAMES .SH NAME diff --git a/readme.txt b/readme.txt index 34f1ae7..f69deaf 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -INSTEAD 1.2.2 +INSTEAD 1.2.3 ============= WARNING! For successfull building you must install these development packages (names may vary in your distribution): diff --git a/setup-kit.iss b/setup-kit.iss index cfaf765..ecae36d 100644 --- a/setup-kit.iss +++ b/setup-kit.iss @@ -1,11 +1,11 @@ [Setup] AppName=INSTEAD-KIT -AppVerName=INSTEAD 1.2.2 +AppVerName=INSTEAD 1.2.3 DefaultDirName={pf}\Pinebrush games\INSTEAD DefaultGroupName=Pinebrush games UninstallDisplayIcon={app}\sdl-instead.exe OutputDir=. -OutputBaseFilename=instead-kit-1.2.2 +OutputBaseFilename=instead-kit-1.2.3 AllowNoIcons=true [Languages] diff --git a/setup.iss b/setup.iss index 4973045..b8900b6 100644 --- a/setup.iss +++ b/setup.iss @@ -1,11 +1,11 @@ [Setup] AppName=INSTEAD -AppVerName=INSTEAD 1.2.2 +AppVerName=INSTEAD 1.2.3 DefaultDirName={pf}\Pinebrush games\INSTEAD DefaultGroupName=Pinebrush games UninstallDisplayIcon={app}\sdl-instead.exe OutputDir=. -OutputBaseFilename=instead-1.2.2 +OutputBaseFilename=instead-1.2.3 AllowNoIcons=true [Languages] diff --git a/stead/stead.lua b/stead/stead.lua index ddd3d4a..3b00ee4 100644 --- a/stead/stead.lua +++ b/stead/stead.lua @@ -1,5 +1,5 @@ stead = { - version = "1.2.2", + version = "1.2.3", api_version = "1.1.6", -- last version before 1.2.0 table = table, delim = ',',