version 1.7.0

This commit is contained in:
hanabbi
2023-07-06 06:25:36 +09:00
parent 892f077059
commit 3df4b764f3
5 changed files with 5 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ NO_ICON := 1
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
# version control constants # version control constants
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
TARGET_VERSION := 1.6.3 TARGET_VERSION := 1.7.0
APP_VERSION := $(TARGET_VERSION) APP_VERSION := $(TARGET_VERSION)
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------

View File

@@ -30,7 +30,7 @@ LIBNAMES := minIni nxExt
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
# version control constants # version control constants
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
TARGET_VERSION := 1.6.3 TARGET_VERSION := 1.7.0
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
# options for code generation # options for code generation

File diff suppressed because one or more lines are too long

2
pages/dist/main.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -1,5 +1,5 @@
/* Config: Cust */ /* Config: Cust */
const CUST_REV_ADV = 8; const CUST_REV_ADV = 9;
enum CustPlatform { enum CustPlatform {
Undefined = 0, Undefined = 0,