Skip to content

Commit 4965c71

Browse files
committed
instead updated to version 3.4.0
1 parent 6fb5c4e commit 4965c71

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## [In development] - 2021-?-?
44
### Added
5+
- INSTEAD updated to version 3.4.0
56
- GL Hack option (fixes rendering issues on some phones)
67
- Esperanto translation (thanks to Artur Aiwasan)
78

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
version_code = 80500
1111
version_name = '0.8.5'
1212

13-
build_config_instead_version = '3.3.4'
13+
build_config_instead_version = '3.4.0'
1414

1515
kotlin_version = '1.4.31'
1616
kotlin_coroutines_version = '1.4.1'

instead/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ task deleteDependencies(type: Delete) {
9393
}
9494

9595
task downloadDependencies(dependsOn: deleteDependencies) {
96-
def Instead = 'a6e9287978c07d910afd5a3c399b493b8ff9ac73'
96+
def Instead = '3.4.0'
9797
def Lua = '5.1.5'
9898
def SDL2 = '2.0.12'
9999
def SDL2_image = '2.0.5'

instead/src/main/c/Instead/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ set( SOURCES
3838
"${INSTEAD_SRC_DIR}/noise1234.c" )
3939

4040
add_definitions( -DANDROID -DNOMAIN -D_USE_SDL -D_LOCAL_APPDATA -D_SDL_MOD_BUG -D_HAVE_ICONV )
41-
add_definitions( -DVERSION=\"3.3.4\" -DGAMES_PATH=\"./games/\" -DTHEME_PATH=\"./themes/\" -DLANG_PATH=\"./lang/\" -DSTEAD_PATH=\"./stead/\" )
41+
add_definitions( -DVERSION=\"3.4.0\" -DGAMES_PATH=\"./games/\" -DTHEME_PATH=\"./themes/\" -DLANG_PATH=\"./lang/\" -DSTEAD_PATH=\"./stead/\" )
4242
add_definitions( -DSDL_JAVA_PACKAGE_PATH=org_emunix_instead )
4343

4444
add_library( instead SHARED ${SOURCES} )

0 commit comments

Comments
 (0)