Skip to content

Commit

Permalink
2.0.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Kosyh committed Jan 26, 2014
1 parent 78154c0 commit 77254ca
Show file tree
Hide file tree
Showing 20 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ IF("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}")
ENDIF("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}")

# global constants
SET(INSTEAD_VERSION "1.9.2")
SET(INSTEAD_VERSION "2.0.0")

# options
OPTION(WITH_SDL2 "Use SDL2 instead of SDL 1" OFF)
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.9.2
2.0.0

* GPL2 code removed. Now INSTEAD is covered by MIT license;
* code in now hosted on github (fixes in Makefiles);
Expand Down
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
INSTEAD 1.9.2
INSTEAD 2.0.0
=============

WARNING! For successfull building you must install these development packages
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributor: Peter Kosyh <p.kosyhgmail.com>

pkgname=instead
pkgver=1.9.2
pkgver=2.0.0
pkgrel=1
pkgdesc="instead quest interpreter"
arch=('i686' 'x86_64')
Expand Down
2 changes: 1 addition & 1 deletion Rules.make.macosx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := 1.9.2
VERSION := 2.0.0

DESTDIR=
BIN=
Expand Down
2 changes: 1 addition & 1 deletion Rules.make.mingw32ce
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := 1.9.2
VERSION := 2.0.0

PREFIX=
DESTDIR=
Expand Down
2 changes: 1 addition & 1 deletion Rules.make.standalone
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := 1.9.2
VERSION := 2.0.0

DESTDIR=
BIN=
Expand Down
2 changes: 1 addition & 1 deletion Rules.make.system
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := 1.9.2
VERSION := 2.0.0

PREFIX=/usr/local
DESTDIR=
Expand Down
2 changes: 1 addition & 1 deletion Rules.mingw
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := 1.9.2
VERSION := 2.0.0

PREFIX=./
DESTDIR=
Expand Down
2 changes: 1 addition & 1 deletion Rules.windows
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := 1.9.2
VERSION := 2.0.0

PREFIX=
DESTDIR=
Expand Down
4 changes: 2 additions & 2 deletions caanoo-build.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ diff -Nur instead-1.9.2/Rules.caanoo instead-1.9.2-caanoo/Rules.caanoo
--- instead-1.9.2/Rules.caanoo 1970-01-01 03:00:00.000000000 +0300
+++ instead-1.9.2-caanoo/Rules.caanoo 2014-01-25 18:42:21.000000000 +0400
@@ -0,0 +1,45 @@
+VERSION := 1.9.2
+VERSION := 2.0.0
+
+PREFIX = /home/peter/Devel/GPH_SDK/tools/gcc-4.2.4-glibc-2.7-eabi
+CC = $(PREFIX)/bin/arm-gph-linux-gnueabi-gcc
Expand Down Expand Up @@ -51,7 +51,7 @@ diff -Nur instead-1.9.2/instead/Rules.caanoo instead-1.9.2-caanoo/instead/Rules.
--- instead-1.9.2/instead/Rules.caanoo 1970-01-01 03:00:00.000000000 +0300
+++ instead-1.9.2-caanoo/instead/Rules.caanoo 2014-01-25 18:42:21.000000000 +0400
@@ -0,0 +1,44 @@
+VERSION := 1.9.2
+VERSION := 2.0.0
+
+PREFIX = /home/peter/Devel/GPH_SDK/tools/gcc-4.2.4-glibc-2.7-eabi
+CC = $(PREFIX)/bin/arm-gph-linux-gnueabi-gcc
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
instead (1.9.2) unstable; urgency=low
* 1.9.2 release;
instead (2.0.0) unstable; urgency=low
* 2.0.0 release;

-- Peter Kosyh <p.kosyh@gmail.com> Mon, 25 Jan 2014 21:38:00 +0400

Expand Down
2 changes: 1 addition & 1 deletion doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</style>
<title>INSTEAD -- interpreter of simple text adventures for Unix and Windows</title>
</head><body bgcolor="#f0f0f0">
<h2>INSTEAD 1.9.2</h2>
<h2>INSTEAD 2.0.0</h2>
<p>INSTEAD -- interpreter of simple text adventures for Unix and Windows.<br>
INSTEAD was designed to interpret the games that are the mix of visual novels, text quests and classical 90'ss quests.</p>

Expand Down
2 changes: 1 addition & 1 deletion doc/instead.6
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH INSTEAD 6 "Version 1.9.2" Instead GAMES
.TH INSTEAD 6 "Version 2.0.0" Instead GAMES

.SH NAME

Expand Down
2 changes: 1 addition & 1 deletion instead.pkg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
&EN

; standard SIS file header
#{"INSTEAD"},(0xA0020410),1,9,2
#{"INSTEAD"},(0xA0020410),2,0,0

;Localised Vendor name
%{"Peter Kosyh"}
Expand Down
2 changes: 1 addition & 1 deletion instead.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: simple text adventures/visual novels engine and game
Name: instead
Version: 1.9.2
Version: 2.0.0
Release: 1%{?dist}
License: MIT
URL: http://instead.sourceforge.net
Expand Down
4 changes: 2 additions & 2 deletions setup-kit.iss
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[Setup]
AppName=INSTEAD-KIT
AppVerName=INSTEAD 1.9.2
AppVerName=INSTEAD 2.0.0
DefaultDirName={pf}\Games\INSTEAD
DefaultGroupName=Games
UninstallDisplayIcon={app}\sdl-instead.exe
OutputDir=.
OutputBaseFilename=instead-kit-1.9.2
OutputBaseFilename=instead-kit-2.0.0
AllowNoIcons=true

[Languages]
Expand Down
4 changes: 2 additions & 2 deletions setup.iss
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[Setup]
AppName=INSTEAD
AppVerName=INSTEAD 1.9.2
AppVerName=INSTEAD 2.0.0
DefaultDirName={pf}\Games\INSTEAD
DefaultGroupName=Games
UninstallDisplayIcon={app}\sdl-instead.exe
OutputDir=.
OutputBaseFilename=instead-1.9.2
OutputBaseFilename=instead-2.0.0
AllowNoIcons=true
SetupIconFile=icon\sdl_instead.ico
ChangesAssociations=yes
Expand Down
2 changes: 1 addition & 1 deletion src/sdl-instead/s60.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef S60_H
#define S60_H
#define PATH_MAX 256
#define VERSION "1.9.2"
#define VERSION "2.0.0"
#define DATAPATH "./"
#define STEAD_PATH DATAPATH"stead/"
#define THEMES_PATH DATAPATH"themes/"
Expand Down
4 changes: 2 additions & 2 deletions stead/stead.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
stead = {
version = "2.0.0",
api_version = "1.1.6", -- last version before 1.2.0
api_atleast = function(...)
local k
local v
Expand All @@ -15,8 +17,6 @@ stead = {
end
return true
end;
version = "1.9.2",
api_version = "1.1.6", -- last version before 1.2.0
table = table,
delim = ',',
busy = instead_busy,
Expand Down

0 comments on commit 77254ca

Please sign in to comment.