Skip to content

Commit

Permalink
Release Build 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
graphemecluster committed Apr 11, 2024
1 parent e63cf88 commit 1520e98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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%

Expand Down Expand Up @@ -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\
Expand Down
4 changes: 2 additions & 2 deletions include/WeaselVersion.h
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1520e98

Please sign in to comment.