Set version 0.1.0

This commit is contained in:
Saúl Ibarra Corretgé 2023-11-23 14:44:54 +01:00 committed by GitHub
parent af456e6c11
commit fd3d71b486
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1011,7 +1011,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 "dev"
#define QJS_VERSION_SUFFIX ""
const char* JS_GetVersion(void);