diff --git a/quickjs.h b/quickjs.h index a3bf90d..6c19c2a 100644 --- a/quickjs.h +++ b/quickjs.h @@ -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);