Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
version renamed to 3.3.0
  • Loading branch information
Peter Kosyh committed Mar 3, 2019
1 parent 69a4b83 commit 890dada
Show file tree
Hide file tree
Showing 20 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
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 "3.2.3")
SET(INSTEAD_VERSION "3.3.0")

# options
OPTION(WITH_SDL2 "Use SDL2 instead of SDL 1" ON)
Expand Down
6 changes: 3 additions & 3 deletions ChangeLog
@@ -1,13 +1,13 @@
3.2.3
3.3.0

* new: input:text() event;
* new: tiny instead for metaparser;
* new: telegram, vk and discord bots;
* enh: english documentation;
* fix: some compilation warnings;
* fix: makefile and source code cleanups;
* fix: possible segfault;
* fix: do not eat keyboard input;
* new: tiny instead for metaparser;
* new: telegram, vk and discord bots.

-- Peter Kosyh <p.kosyh@gmail.com> Fri, 15 Feb 2019 16:25:00 +0300

Expand Down
2 changes: 1 addition & 1 deletion INSTALL
@@ -1,4 +1,4 @@
INSTEAD 3.2.3
INSTEAD 3.3.0
=============

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

pkgname=instead
pkgver=3.2.3
pkgver=3.3.0
pkgrel=1
pkgdesc="instead quest interpreter"
arch=('i686' 'x86_64')
Expand Down
2 changes: 1 addition & 1 deletion Rules.make.macosx
@@ -1,4 +1,4 @@
VERSION := 3.2.3
VERSION := 3.3.0

DESTDIR=
BIN=
Expand Down
2 changes: 1 addition & 1 deletion Rules.make.mingw32ce
@@ -1,4 +1,4 @@
VERSION := 3.2.3
VERSION := 3.3.0

PREFIX=
DESTDIR=
Expand Down
2 changes: 1 addition & 1 deletion Rules.make.standalone
@@ -1,4 +1,4 @@
VERSION := 3.2.3
VERSION := 3.3.0

DESTDIR=
BIN=
Expand Down
2 changes: 1 addition & 1 deletion Rules.make.system
@@ -1,4 +1,4 @@
VERSION := 3.2.3
VERSION := 3.3.0

PREFIX=/usr/local
DESTDIR=
Expand Down
2 changes: 1 addition & 1 deletion Rules.mingw
@@ -1,4 +1,4 @@
VERSION := 3.2.3
VERSION := 3.3.0

PREFIX=./
DESTDIR=
Expand Down
2 changes: 1 addition & 1 deletion contrib/caanoo.patch
Expand Up @@ -2,7 +2,7 @@ diff -Nur instead-3.2.0/Rules.caanoo instead-3.2.0-caanoo/Rules.caanoo
--- instead-3.2.0/Rules.caanoo 1970-01-01 03:00:00.000000000 +0300
+++ instead-3.2.0-caanoo/Rules.caanoo 2018-01-14 09:06:18.044628618 +0300
@@ -0,0 +1,45 @@
+VERSION := 3.2.3
+VERSION := 3.3.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
2 changes: 1 addition & 1 deletion contrib/instead-sailfish.spec
@@ -1,6 +1,6 @@
Summary: simple text adventures/visual novels engine and game
Name: instead
Version: 3.2.3
Version: 3.3.0
Release: 1%{?dist}
License: MIT
URL: http://instead.sourceforge.net
Expand Down
2 changes: 1 addition & 1 deletion doc/instead.6
@@ -1,4 +1,4 @@
.TH INSTEAD 6 "Version 3.2.3" Instead GAMES
.TH INSTEAD 6 "Version 3.3.0" Instead GAMES

.SH NAME

Expand Down
2 changes: 1 addition & 1 deletion instead.pkg
Expand Up @@ -8,7 +8,7 @@
&EN

; standard SIS file header
#{"INSTEAD"},(0xA0020500),3,2,3
#{"INSTEAD"},(0xA0020500),3,3,0

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

[Languages]
Expand Down
4 changes: 2 additions & 2 deletions setup.iss
@@ -1,11 +1,11 @@
[Setup]
AppName=INSTEAD
AppVerName=INSTEAD 3.2.3
AppVerName=INSTEAD 3.3.0
DefaultDirName={pf}\Games\INSTEAD
DefaultGroupName=Games
UninstallDisplayIcon={app}\sdl-instead.exe
OutputDir=.
OutputBaseFilename=instead-3.2.3
OutputBaseFilename=instead-3.3.0
AllowNoIcons=true
SetupIconFile=icon\sdl_instead.ico
ChangesAssociations=yes
Expand Down
2 changes: 1 addition & 1 deletion src/ios.h
@@ -1,6 +1,6 @@
#ifndef _IOS_H_INCLUDED
#define _IOS_H_INCLUDED
#define VERSION "3.2.3"
#define VERSION "3.3.0"
#define STEAD_PATH "__private__/stead"
#define THEMES_PATH "__private__/themes"
#define GAMES_PATH "__private__/games"
Expand Down
2 changes: 1 addition & 1 deletion src/s60.h
@@ -1,7 +1,7 @@
#ifndef S60_H
#define S60_H

#define VERSION "3.2.3"
#define VERSION "3.3.0"
#define DATAPATH "./"
#define STEAD_PATH DATAPATH"stead/"
#define THEMES_PATH DATAPATH"themes/"
Expand Down
2 changes: 1 addition & 1 deletion stead/stead2/stead.lua
@@ -1,5 +1,5 @@
stead = {
version = "3.2.3",
version = "3.3.0",
api_version = "1.1.6", -- last version before 1.2.0
table = table,
delim = ',',
Expand Down
2 changes: 1 addition & 1 deletion stead/stead3/ext/gui.lua
Expand Up @@ -5,7 +5,7 @@ local std = stead
local instead = std.obj {
nam = '@instead';

version_table = {3, 2, 3};
version_table = {3, 3, 0};

ini = function(s) -- after reset always do fade
s.need_fading(true)
Expand Down

0 comments on commit 890dada

Please sign in to comment.