Skip to content

Commit

Permalink
release v0.6pre3
Browse files Browse the repository at this point in the history
  • Loading branch information
tildearrow committed Dec 31, 2022
1 parent 1598688 commit db690a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defaults:
shell: bash

env:
BUILD_TYPE: Debug
BUILD_TYPE: Release

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion src/engine/engine.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#define BUSY_BEGIN_SOFT softLocked=true; isBusy.lock();
#define BUSY_END isBusy.unlock(); softLocked=false;

#define DIV_VERSION "Crash Evaluation Build"
#define DIV_VERSION "0.6pre3"
#define DIV_ENGINE_VERSION 133
// for imports
#define DIV_VERSION_MOD 0xff01
Expand Down

0 comments on commit db690a1

Please sign in to comment.