switching to 0.9

This commit is contained in:
p.kosyh 2009-09-15 04:46:37 +00:00
parent 2fef41810c
commit 4ca83b8e8b
5 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
VERSION := \"0.8.9\"
VERSION := \"0.9\"
DESTDIR=
BIN=

View file

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

View file

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

View file

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

View file

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