diff --git a/build.bat b/build.bat index 6d4bbd5db..f25a0daf7 100644 --- a/build.bat +++ b/build.bat @@ -6,8 +6,8 @@ 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=0.0.0 -if not defined WEASEL_BUILD set WEASEL_BUILD=4 +if not defined WEASEL_VERSION set WEASEL_VERSION=1.0.0 +if not defined WEASEL_BUILD set WEASEL_BUILD=0 if not defined WEASEL_ROOT set WEASEL_ROOT=%CD% echo WEASEL_VERSION=%WEASEL_VERSION% diff --git a/include/WeaselVersion.h b/include/WeaselVersion.h index b868773c7..23f3a702e 100644 --- a/include/WeaselVersion.h +++ b/include/WeaselVersion.h @@ -1,7 +1,7 @@ #pragma once -#define WEASEL_VERSION_STR "0.0.0-dev.4" -#define WEASEL_VERSION_NUM 0,0,0,4 +#define WEASEL_VERSION_STR "1.0.0" +#define WEASEL_VERSION_NUM 1,0,0,0 #define WEASEL_CODE_NAME "TypeDuck" #define WEASEL_VERSION WEASEL_VERSION_STR diff --git a/librime b/librime index f02dff015..3822779bf 160000 --- a/librime +++ b/librime @@ -1 +1 @@ -Subproject commit f02dff015c48dc08a341971f434ad6951a19903c +Subproject commit 3822779bf875a75827c8349114bcdbbbcf7c7f70