From d58157e13ebba68d7a50d06104faa184df1bf27f Mon Sep 17 00:00:00 2001 From: hanabbi Date: Wed, 6 Sep 2023 20:23:53 +0900 Subject: [PATCH] version 1.8.2 --- Source/sys-clk-OC/overlay/Makefile | 2 +- Source/sys-clk-OC/sysmodule/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/sys-clk-OC/overlay/Makefile b/Source/sys-clk-OC/overlay/Makefile index 1bdc05b5..eb2f3de4 100644 --- a/Source/sys-clk-OC/overlay/Makefile +++ b/Source/sys-clk-OC/overlay/Makefile @@ -32,7 +32,7 @@ NO_ICON := 1 #--------------------------------------------------------------------------------- # version control constants #--------------------------------------------------------------------------------- -TARGET_VERSION := 1.8.1 +TARGET_VERSION := 1.8.2 APP_VERSION := $(TARGET_VERSION) #--------------------------------------------------------------------------------- diff --git a/Source/sys-clk-OC/sysmodule/Makefile b/Source/sys-clk-OC/sysmodule/Makefile index 1d4040af..9c56b76e 100644 --- a/Source/sys-clk-OC/sysmodule/Makefile +++ b/Source/sys-clk-OC/sysmodule/Makefile @@ -30,7 +30,7 @@ LIBNAMES := minIni nxExt #--------------------------------------------------------------------------------- # version control constants #--------------------------------------------------------------------------------- -TARGET_VERSION := 1.8.1 +TARGET_VERSION := 1.8.2 #--------------------------------------------------------------------------------- # options for code generation