Skip to content

Commit

Permalink
Release Build 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
graphemecluster committed Jan 9, 2024
1 parent 4086e08 commit d68a752
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,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%
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 "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

0 comments on commit d68a752

Please sign in to comment.