diff --git a/quickjs.h b/quickjs.h index f11acec..4dbd005 100644 --- a/quickjs.h +++ b/quickjs.h @@ -1018,7 +1018,7 @@ JS_EXTERN JSValue JS_PromiseResult(JSContext *ctx, JSValue promise); #define QJS_VERSION_MAJOR 0 #define QJS_VERSION_MINOR 2 #define QJS_VERSION_PATCH 0 -#define QJS_VERSION_SUFFIX "dev" +#define QJS_VERSION_SUFFIX "" JS_EXTERN const char* JS_GetVersion(void);