Set version to 0.6.0

This commit is contained in:
Saúl Ibarra Corretgé 2024-09-20 21:26:07 +02:00
parent fe5be3cad9
commit a815d1b7b6

View file

@ -1017,7 +1017,7 @@ JS_EXTERN int JS_SetModuleExportList(JSContext *ctx, JSModuleDef *m,
#define QJS_VERSION_MAJOR 0
#define QJS_VERSION_MINOR 6
#define QJS_VERSION_PATCH 0
#define QJS_VERSION_SUFFIX "dev"
#define QJS_VERSION_SUFFIX ""
JS_EXTERN const char* JS_GetVersion(void);