This commit is contained in:
p.kosyh@gmail.com 2010-10-02 12:57:05 +00:00
parent 71c47e29c0
commit 3980d33103
15 changed files with 23 additions and 16 deletions

View file

@ -1,4 +1,4 @@
VERSION := 1.2.2
VERSION := 1.2.3
PREFIX=./
DESTDIR=

View file

@ -1,6 +1,6 @@
# Contributor: Peter Kosyh <p.kosyhgmail.com>
pkgname=instead
pkgver=1.2.2
pkgver=1.2.3
pkgrel=1
pkgdesc="instead quest interpreter"
arch=('i686' 'x86_64')

View file

@ -1,4 +1,4 @@
VERSION := 1.2.2
VERSION := 1.2.3
DESTDIR=
BIN=

View file

@ -1,4 +1,4 @@
VERSION := 1.2.2
VERSION := 1.2.3
DESTDIR=
BIN=

View file

@ -1,4 +1,4 @@
VERSION := 1.2.2
VERSION := 1.2.3
PREFIX=/usr/local
DESTDIR=

View file

@ -1,4 +1,4 @@
VERSION := 1.2.2
VERSION := 1.2.3
PREFIX=./
DESTDIR=

View file

@ -1,4 +1,4 @@
VERSION := 1.2.2
VERSION := 1.2.3
PREFIX=
DESTDIR=

7
debian/changelog vendored
View file

@ -1,3 +1,10 @@
instead (1.2.3) unstable; urgency=low
* android build;
* bug in xact;
-- Peter Kosyh <p.kosyh@gmail.com> Sat, 2 Oct 2010 16:53:00 +0300
instead (1.2.2) unstable; urgency=low
* xact now can be used from everywhere;

View file

@ -1,6 +1,6 @@
[Desktop Entry]
Encoding=UTF-8
Version=1.2.2
Version=1.2.3
Type=Application
Name=INSTEAD
Name[ru]=INSTEAD

View file

@ -13,7 +13,7 @@ body { font-family: Verdana, Arial, Helvetica, sans-serif;
</style>
<title>INSTEAD -- interpreter of simple text adventures for Unix and Windows</title>
</head><body bgcolor="#f0f0f0">
<h2>INSTEAD 1.2.2</h2>
<h2>INSTEAD 1.2.3</h2>
<p>INSTEAD -- interpreter of simple text adventures for Unix and Windows.<br>
INSTEAD was designed to interpret the games that are the mix of visual novels, text quests and classical 90'ss quests.</p>

View file

@ -1,4 +1,4 @@
.TH INSTEAD 6 "Version 1.2.2" Instead GAMES
.TH INSTEAD 6 "Version 1.2.3" Instead GAMES
.SH NAME

View file

@ -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):

View file

@ -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]

View file

@ -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]

View file

@ -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 = ',',