0.9.1 unreleased yet ;)

This commit is contained in:
p.kosyh 2009-09-20 10:49:06 +00:00
parent 1a35572b8b
commit e9a5f9265c
6 changed files with 21 additions and 6 deletions

View file

@ -1,4 +1,4 @@
VERSION := \"0.9\"
VERSION := \"0.9.1\"
DESTDIR=
BIN=
@ -13,7 +13,7 @@ MANPATH=
LUA_CFLAGS=$(shell pkg-config --cflags lua5.1)
LUA_LFLAGS=$(shell pkg-config --libs lua5.1)
# for arch linux (may be others) use this
# for arch linux, fedora (may be others) use this
#
LUA_CFLAGS=$(shell pkg-config --cflags lua)
LUA_LFLAGS=$(shell pkg-config --libs lua)

View file

@ -1,4 +1,4 @@
VERSION := \"0.9\"
VERSION := \"0.9.1\"
PREFIX=/usr/local
DESTDIR=

View file

@ -1,4 +1,4 @@
VERSION := \"0.9\"
VERSION := \"0.9.1\"
PREFIX=
DESTDIR=

15
debian/changelog vendored
View file

@ -1,3 +1,18 @@
instead (0.9.1) unstable; urgency=low
* mouse gfx bug
* gui.lua is separated file
* menus in gfx mode!!! :)
* stead.lua fixes:
* ref fix
* noautosave option
* phrases saver
* player is object
* disable_all enable_all for object
* inherited inventory
-- Peter Kosyh <p.kosyh@gmail.com> Sun, 15 Sep 2009 14:42:44 +0400
instead (0.9) unstable; urgency=low
* fixes in localization

View file

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

View file

@ -1333,7 +1333,7 @@ function game_step(self)
return self:life(self);
end
version = "0.9";
version = "0.9.1";
game = game {
nam = "INSTEAD -- Simple Text Adventure interpreter v"..version.." '2009 by Peter Kosyh",