diff --git a/Rules.make.standalone b/Rules.make.standalone index 23e654b..171da81 100644 --- a/Rules.make.standalone +++ b/Rules.make.standalone @@ -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) diff --git a/Rules.make.system b/Rules.make.system index 2f1f32d..34ede62 100644 --- a/Rules.make.system +++ b/Rules.make.system @@ -1,4 +1,4 @@ -VERSION := \"0.9\" +VERSION := \"0.9.1\" PREFIX=/usr/local DESTDIR= diff --git a/Rules.windows b/Rules.windows index acc8bdb..1b65444 100644 --- a/Rules.windows +++ b/Rules.windows @@ -1,4 +1,4 @@ -VERSION := \"0.9\" +VERSION := \"0.9.1\" PREFIX= DESTDIR= diff --git a/debian/changelog b/debian/changelog index 40ba938..7b9d2f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 15 Sep 2009 14:42:44 +0400 + instead (0.9) unstable; urgency=low * fixes in localization diff --git a/doc/instead.6 b/doc/instead.6 index f1a33bf..70ae8ea 100644 --- a/doc/instead.6 +++ b/doc/instead.6 @@ -1,4 +1,4 @@ -.TH INSTEAD 6 "Version 0.9" Instead GAMES +.TH INSTEAD 6 "Version 0.9.1" Instead GAMES .SH NAME diff --git a/stead/stead.lua b/stead/stead.lua index 9ca8c0d..8971a56 100644 --- a/stead/stead.lua +++ b/stead/stead.lua @@ -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",