Skip to content

Commit e155018

Browse files
committed
3.5.1
1 parent 0bae476 commit e155018

File tree

22 files changed

+30
-21
lines changed

22 files changed

+30
-21
lines changed

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.5.0")
11+
SET(INSTEAD_VERSION "3.5.1")
1212

1313
# options
1414
OPTION(WITH_GTK2 "Use GTK2 file open dialog" OFF)

COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2009-2022 Peter Kosyh <p.kosyh at gmail.com>
1+
Copyright 2009-2023 Peter Kosyh <p.kosyh at gmail.com>
22

33
Permission is hereby granted, free of charge, to any person
44
obtaining a copy of this software and associated documentation files

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
3.5.1
2+
3+
* enh: gamepads support;
4+
* fix: anigif logic;
5+
* fix: sprite alpha artefacts;
6+
* fix: cleanups in instead library and docs.
7+
8+
-- Peter Kosyh <[email protected]> Mon, 27 Mar 2023 21:48:00 +0300
9+
110
3.5.0
211

312
* fix: menu font scaling;

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
INSTEAD 3.5.0
1+
INSTEAD 3.5.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.5.0
4+
pkgver=3.5.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.5.0
1+
VERSION := 3.5.1
22

33
DESTDIR=
44
BIN=

Rules.make.standalone

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION := 3.5.0
1+
VERSION := 3.5.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.5.0
1+
VERSION := 3.5.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.5.0
1+
VERSION := 3.5.1
22

33
PREFIX=./
44
DESTDIR=

lang/cs.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ MAIN_MENU = \
3030
ABOUT_MENU = \
3131
INSTEAD - %s\n\
3232
\n\
33-
Naprogramoval Peter Kosyh, 2009-2022\n\
33+
Naprogramoval Peter Kosyh, 2009-2023\n\
3434
\n\
3535
Web:\n\
3636
<u>https://instead-hub.github.io</u>\n\

0 commit comments

Comments
 (0)