quickjs icon indicating copy to clipboard operation
quickjs copied to clipboard

Make quickjs version available for C code.

Open xeioex opened this issue 1 year ago • 1 comments

Currently version is only available as the VERSION file, but some distributions do not provide it as a part of libquickjs packet.

Here are some examples how other projects make their versions available:

#include <libxml/xmlversion.h>
LIBXML_DOTTED_VERSION

#include <zlib.h>
zlibVersion()

#include <openssl/ssl.h>
OPENSSL_VERSION_TEXT

xeioex avatar Jan 27 '24 02:01 xeioex

Will probably apply @saghul's patch to add JS_GetVersion()

chqrlie avatar Feb 11 '24 23:02 chqrlie