release v0.4.1

fixes critical AppImage fail issue and some other things
This commit is contained in:
tildearrow 2022-01-17 17:31:48 -05:00
parent 9b018aadb2
commit d828018500
4 changed files with 7 additions and 6 deletions

View file

@ -9,8 +9,8 @@
#include <map>
#include <queue>
#define DIV_VERSION "0.4"
#define DIV_ENGINE_VERSION 20
#define DIV_VERSION "0.4.1"
#define DIV_ENGINE_VERSION 21
enum DivStatusView {
DIV_STATUS_NOTHING=0,