1.1.0 -> 1.1.1

This commit is contained in:
p.kosyh 2010-02-08 17:22:38 +00:00
parent d593275c3e
commit 9d578e3fbe
8 changed files with 12 additions and 9 deletions

View file

@ -1,4 +1,4 @@
VERSION := 1.1.0
VERSION := 1.1.1
DESTDIR=
BIN=

View file

@ -1,4 +1,4 @@
VERSION := 1.1.0
VERSION := 1.1.1
PREFIX=/usr/local
DESTDIR=

5
debian/changelog vendored
View file

@ -1,4 +1,4 @@
instead (1.1.0) unstable; urgency=low
instead (1.1.1) unstable; urgency=low
* encode path in save (' in paths);
* mouse focus win problem;
@ -14,6 +14,9 @@ instead (1.1.0) unstable; urgency=low
* anigif while menu bug
* add inv.mode disabled
* txtnb added to stead.lua
* bg scaling fix
* broken codepage fix
* esc strings in <a: > tag
-- Peter Kosyh <p.kosyh@gmail.com> Thu, 14 Jan 2010 15:47:50 +0300

View file

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

View file

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

View file

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

View file

@ -1,5 +1,5 @@
stead = {
version = "1.1.0",
version = "1.1.1",
table = table,
string = string,
math = math,