Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JS_GetVersion() #296

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add JS_GetVersion() #296

wants to merge 1 commit into from

Conversation

xeioex
Copy link
Contributor

@xeioex xeioex commented May 10, 2024

This is an attempt to make version to be more versatile and more accessible to the C code.
I am not sure about specific versioning numbers, I am also fine with the existing scheme with the release date. I can adjust the patch accordingly.

What I need:

  1. The simple ability to conditionally compile against a known version (especially taking into account the recent changes) with existing libraries available in the distros. The preferred way for me is to do a simple comparison against a known version.

  2. A method to get a string form of the version, to simplify the debugging of user reports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant