version 1.8.1

This commit is contained in:
hanabbi
2023-08-22 15:15:02 +09:00
parent b6f50a8cf1
commit fcc486c412
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ NO_ICON := 1
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
# version control constants # version control constants
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
TARGET_VERSION := 1.8.0 TARGET_VERSION := 1.8.1
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.8.0 TARGET_VERSION := 1.8.1
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
# options for code generation # options for code generation