This commit is contained in:
mkrsym1 2023-08-03 08:35:18 +03:00
parent 6bdb04a925
commit 8dfe04d005
3 changed files with 3 additions and 3 deletions

View File

@ -13,6 +13,6 @@
### 1.1.11 ### 1.1.11
- Fixed an additional issue introduced in 1.1.9 - Fixed an additional issue introduced in 1.1.9
### branch/native-tables ### 2.0.0
- Almost a full rewrite, functionality unchanged - Almost a full rewrite, functionality unchanged
- Added support for HI3 sea/cn/tw/jp/kr - Added support for HI3 sea/cn/tw/jp/kr

View File

@ -1,4 +1,4 @@
project('jadeite', 'c', version: '1.1.13') project('jadeite', 'c', version: '2.0.0')
nasm = find_program('nasm') nasm = find_program('nasm')
gen_res = find_program('gen_resources.sh') gen_res = find_program('gen_resources.sh')

View File

@ -1,6 +1,6 @@
{ {
"jadeite": { "jadeite": {
"version": "1.1.13" "version": "2.0.0"
}, },
"games": { "games": {
"hi3rd": { "hi3rd": {