Skip to content

Commit 2cb1682

Browse files
author
Peter Kosyh
committed
3.3.1 ver changed
1 parent aace6a7 commit 2cb1682

19 files changed

Lines changed: 28 additions & 20 deletions

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ IF("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}")
88
ENDIF("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}")
99

1010
# global constants
11-
SET(INSTEAD_VERSION "3.3.0")
11+
SET(INSTEAD_VERSION "3.3.1")
1212

1313
# options
1414
OPTION(WITH_SDL2 "Use SDL2 instead of SDL 1" ON)

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
3.3.1
2+
3+
* fix: build with SDL 2.0.10;
4+
* enh: discord bot can be sticked to channel(s);
5+
* enh: english doc fixes;
6+
7+
-- Peter Kosyh <p.kosyh@gmail.com> Fri, 4 Oct 2019 18:21:00 +0300
8+
19
3.3.0
210

311
* new: input:text() event;

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
INSTEAD 3.3.0
1+
INSTEAD 3.3.1
22
=============
33

44
WARNING! For successfull building you must install these development packages

PKGBUILD.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Contributor: Peter Kosyh <p.kosyhgmail.com>
22

33
pkgname=instead
4-
pkgver=3.3.0
4+
pkgver=3.3.1
55
pkgrel=1
66
pkgdesc="instead quest interpreter"
77
arch=('i686' 'x86_64')

Rules.make.macosx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION := 3.3.0
1+
VERSION := 3.3.1
22

33
DESTDIR=
44
BIN=

Rules.make.mingw32ce

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION := 3.3.0
1+
VERSION := 3.3.1
22

33
PREFIX=
44
DESTDIR=

Rules.make.standalone

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION := 3.3.0
1+
VERSION := 3.3.1
22

33
DESTDIR=
44
BIN=

Rules.make.system

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION := 3.3.0
1+
VERSION := 3.3.1
22

33
PREFIX=/usr/local
44
DESTDIR=

Rules.mingw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION := 3.3.0
1+
VERSION := 3.3.1
22

33
PREFIX=./
44
DESTDIR=

contrib/caanoo.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ diff -Nur instead-3.2.0/Rules.caanoo instead-3.2.0-caanoo/Rules.caanoo
22
--- instead-3.2.0/Rules.caanoo 1970-01-01 03:00:00.000000000 +0300
33
+++ instead-3.2.0-caanoo/Rules.caanoo 2018-01-14 09:06:18.044628618 +0300
44
@@ -0,0 +1,45 @@
5-
+VERSION := 3.3.0
5+
+VERSION := 3.3.1
66
+
77
+PREFIX = /home/peter/Devel/GPH_SDK/tools/gcc-4.2.4-glibc-2.7-eabi
88
+CC = $(PREFIX)/bin/arm-gph-linux-gnueabi-gcc

0 commit comments

Comments
 (0)