Skip to content

Commit

Permalink
chore: v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hilarryxu committed Nov 3, 2020
1 parent e0abe82 commit 058180c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ezip/addon.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
GUID=47b02a03-8547-49ca-a094-aca98a4d24da
Title=eelua
Author=Larry Xu
Version=0.4.0
ReleaseDate=2020/10/27
Version=0.5.0
ReleaseDate=2020/11/3
Type=plugin
Restart=Y
CPU=64
Expand Down
6 changes: 3 additions & 3 deletions src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

#include "eesdk.h"

#define EELUA_VERSION "eelua 0.4"
#define EELUA_RELEASE "eelua 0.4.0"
#define EELUA_VERSION_NUM 4 // (maj) * 1000) + min
#define EELUA_VERSION "eelua 0.5"
#define EELUA_RELEASE "eelua 0.5.0"
#define EELUA_VERSION_NUM 5 // (maj) * 1000) + min

#ifdef _MSC_VER
#define snprintf _snprintf
Expand Down

0 comments on commit 058180c

Please sign in to comment.