diff options
author | Martin Robertz <dream-master@gmx.net> | 2021-09-06 19:57:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-06 19:57:43 +0200 |
commit | 38bc165e09d9ea2d00e77aa870344072eb12dcfc (patch) | |
tree | 006e00e4eb592a103edaed7f25bc1497438270b3 /gradle.properties | |
parent | e0cf222e24b35e4b2e901ca3e045bc255d60728c (diff) | |
parent | d4be334d82116c6ba822e1ef1a66d9f000e0e2fa (diff) | |
download | GT5-Unofficial-38bc165e09d9ea2d00e77aa870344072eb12dcfc.tar.gz GT5-Unofficial-38bc165e09d9ea2d00e77aa870344072eb12dcfc.tar.bz2 GT5-Unofficial-38bc165e09d9ea2d00e77aa870344072eb12dcfc.zip |
Merge pull request #34 from GTNewHorizons/structlib_ICustomBlockSetting_support
Make BW_MetaGeneratedBlocks_Casing implement ICustomBlockSetting from both TecTech & Structlib
Former-commit-id: d3c6cfb75c96cd00259773805953240737e9b936
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 25515abd6a..185e03bb76 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,7 +23,7 @@ systemProp.org.gradle.internal.http.connectionTimeout=120000 systemProp.org.gradle.internal.http.socketTimeout=120000 majorUpdate=0 minorUpdate=5 -buildNumber=20 +buildNumber=21 apiVersion=11 ic2Version=2.2.828-experimental applecoreVersion=1.7.10-3.1.1 |