From 1520e98d8947cd27c5a24e1587f7a7d55b9dcb2f Mon Sep 17 00:00:00 2001 From: graphemecluster Date: Fri, 12 Apr 2024 06:07:10 +0800 Subject: [PATCH] Release Build 1.1.1 --- build.bat | 4 ++-- include/WeaselVersion.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.bat b/build.bat index 373fb8af8..bd6fb87a3 100644 --- a/build.bat +++ b/build.bat @@ -6,7 +6,7 @@ if not exist env.bat copy env.bat.template env.bat if exist env.bat call env.bat -if not defined WEASEL_VERSION set WEASEL_VERSION=1.1.0 +if not defined WEASEL_VERSION set WEASEL_VERSION=1.1.1 if not defined WEASEL_BUILD set WEASEL_BUILD=0 if not defined WEASEL_ROOT set WEASEL_ROOT=%CD% @@ -119,7 +119,7 @@ if %build_rime% == 1 ( call build.bat %rime_build_variant% if errorlevel 1 goto error -cd %WEASEL_ROOT% + cd %WEASEL_ROOT% copy /Y librime\dist\include\rime_*.h include\ if errorlevel 1 goto error copy /Y librime\dist\lib\rime.lib lib\ diff --git a/include/WeaselVersion.h b/include/WeaselVersion.h index 0730f3f03..8e371cc1b 100644 --- a/include/WeaselVersion.h +++ b/include/WeaselVersion.h @@ -1,7 +1,7 @@ #pragma once -#define WEASEL_VERSION_STR "1.1.0" -#define WEASEL_VERSION_NUM 1,1,0,0 +#define WEASEL_VERSION_STR "1.1.1" +#define WEASEL_VERSION_NUM 1,1,1,0 #define WEASEL_CODE_NAME "TypeDuck" #define WEASEL_VERSION WEASEL_VERSION_STR