diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0b3bfbaeb..6c05127cc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ defaults: shell: bash env: - BUILD_TYPE: Debug + BUILD_TYPE: Release jobs: build: diff --git a/src/engine/engine.h b/src/engine/engine.h index 41823b97f..7eb5c00c1 100644 --- a/src/engine/engine.h +++ b/src/engine/engine.h @@ -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