From 2d05150e35fa836dfde9d4b7c0b58ce69788a110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 5 Dec 2023 23:27:23 +0100 Subject: [PATCH] Now working on 0.3.0 --- quickjs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quickjs.h b/quickjs.h index 4dbd005..03b4430 100644 --- a/quickjs.h +++ b/quickjs.h @@ -1016,9 +1016,9 @@ JS_EXTERN JSValue JS_PromiseResult(JSContext *ctx, JSValue promise); /* Version */ #define QJS_VERSION_MAJOR 0 -#define QJS_VERSION_MINOR 2 +#define QJS_VERSION_MINOR 3 #define QJS_VERSION_PATCH 0 -#define QJS_VERSION_SUFFIX "" +#define QJS_VERSION_SUFFIX "dev" JS_EXTERN const char* JS_GetVersion(void);