Set dev as the current version suffix
This commit is contained in:
parent
d2e632e77a
commit
e0170867b4
1 changed files with 1 additions and 1 deletions
|
@ -1010,7 +1010,7 @@ JSValue JS_PromiseResult(JSContext *ctx, JSValue promise);
|
|||
#define QJS_VERSION_MAJOR 0
|
||||
#define QJS_VERSION_MINOR 1
|
||||
#define QJS_VERSION_PATCH 0
|
||||
#define QJS_VERSION_SUFFIX ""
|
||||
#define QJS_VERSION_SUFFIX "dev"
|
||||
|
||||
const char* JS_GetVersion(void);
|
||||
|
||||
|
|
Loading…
Reference in a new issue