From fcc486c412658b5eda2471d716f2d77e9df1881e Mon Sep 17 00:00:00 2001 From: hanabbi Date: Tue, 22 Aug 2023 15:15:02 +0900 Subject: [PATCH] version 1.8.1 --- 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 9b68990e..1bdc05b5 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.0 +TARGET_VERSION := 1.8.1 APP_VERSION := $(TARGET_VERSION) #--------------------------------------------------------------------------------- diff --git a/Source/sys-clk-OC/sysmodule/Makefile b/Source/sys-clk-OC/sysmodule/Makefile index d3984374..1d4040af 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.0 +TARGET_VERSION := 1.8.1 #--------------------------------------------------------------------------------- # options for code generation