diff --git a/quickjs.h b/quickjs.h index 6c19c2a..d11e934 100644 --- a/quickjs.h +++ b/quickjs.h @@ -1009,9 +1009,9 @@ JSValue JS_PromiseResult(JSContext *ctx, JSValue promise); /* Version */ #define QJS_VERSION_MAJOR 0 -#define QJS_VERSION_MINOR 1 +#define QJS_VERSION_MINOR 2 #define QJS_VERSION_PATCH 0 -#define QJS_VERSION_SUFFIX "" +#define QJS_VERSION_SUFFIX "dev" const char* JS_GetVersion(void);