This commit is contained in:
p.kosyh 2009-11-29 10:55:08 +00:00
parent fcf58c4c19
commit b593a887db
10 changed files with 11 additions and 11 deletions

View file

@ -1,4 +1,4 @@
VERSION := 1.0.2
VERSION := 1.0.3
DESTDIR=
BIN=

View file

@ -1,4 +1,4 @@
VERSION := 1.0.2
VERSION := 1.0.3
PREFIX=/usr/local
DESTDIR=

View file

@ -1,4 +1,4 @@
VERSION := 1.0.2
VERSION := 1.0.3
PREFIX=
DESTDIR=

View file

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

View file

@ -4,7 +4,7 @@
</head><body brgcolor="#d6e7c9" bgcolor="#ffffff">
<center>[ <a href="#info">What is it?</a> ] [ <a href="#screenshots">Screenshots</a> ] [ <a href="#download"> Download </a> ]</center>
<hr>
<center><h2>INSTEAD 1.0.2 — interpreter of simple text adventures</h2></center>
<center><h2>INSTEAD 1.0.3 — interpreter of simple text adventures</h2></center>
<h1><a name="info">What is it?</a></h1>
<p align="justify">The interpreter of STEAD (Simple Text Adventures) allows to play games that combine visual novels, text adventures and classic quests of 1990-s. The STEAD games features are: </p>
<ul>

View file

@ -4,7 +4,7 @@
</head><body brgcolor="#d6e7c9" bgcolor="#ffffff">
<center>[ <a href="#info">Что это такое?</a> ] [ <a href="#screenshots">Скриншоты</a> ] [ <a href="#download"> Скачать </a> ]</center>
<hr>
<center><h2>INSTEAD 1.0.2 -- интерпретатор простых текстовых приключений для Unix</h2></center>
<center><h2>INSTEAD 1.0.3 -- интерпретатор простых текстовых приключений для Unix</h2></center>
<h1><a name="info">Что это такое?</a></h1>
<p align="justify">Интерпретатор STEAD (Simply Text Adventure) позволяет проигрывать игры, которые по жанру являются
смесью визуальной новеллы, текстового квеста и классических квестов 90-х. Особенности STEAD игры:</p>

View file

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

View file

@ -1,4 +1,4 @@
INSTEAD 1.0.2
INSTEAD 1.0.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
AppVerName=INSTEAD 1.0.2
AppVerName=INSTEAD 1.0.3
DefaultDirName={pf}\Pinebrush games\INSTEAD
DefaultGroupName=Pinebrush games
UninstallDisplayIcon={app}\sdl-instead.exe
OutputDir=.
OutputBaseFilename=instead-1.0.2
OutputBaseFilename=instead-1.0.3
AllowNoIcons=true
[Languages]

View file

@ -1,5 +1,5 @@
stead = {
version = "1.0.2",
version = "1.0.3",
table = table,
string = string,
math = math,