Skip to content

Commit

Permalink
Release Build 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
graphemecluster committed Mar 31, 2024
1 parent 035f5c9 commit d22367b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.0.2
if not defined WEASEL_VERSION set WEASEL_VERSION=1.1.0
if not defined WEASEL_BUILD set WEASEL_BUILD=0
if not defined WEASEL_ROOT set WEASEL_ROOT=%CD%

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.0.2"
#define WEASEL_VERSION_NUM 1,0,2,0
#define WEASEL_VERSION_STR "1.1.0"
#define WEASEL_VERSION_NUM 1,1,0,0

#define WEASEL_CODE_NAME "TypeDuck"
#define WEASEL_VERSION WEASEL_VERSION_STR

0 comments on commit d22367b

Please sign in to comment.