We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can we please keep the version info up to date? This can be confusing:
./Makefile:PREREL= -beta3 ./etc/luajit.pc:version=${majver}.${minver}.${relver}-beta3 ./README:README for LuaJIT 2.1.0-beta3 ./doc/status.html:This documentation is for LuaJIT 2.1.0-beta3. Please check the <tt>doc</tt> ./src/luaconf.h:#define LUA_LJDIR "/luajit-2.1.0-beta3/" ./src/luajit.h:#define LUAJIT_VERSION "LuaJIT 2.1.0-beta3" ./src/luajit.h:#define LUAJIT_VERSION_SYM luaJIT_version_2_1_0_beta3
is used for any version after beta3. Should it be beta3-20220411 for example or 2.1-20220411?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Can we please keep the version info up to date? This can be confusing:
is used for any version after beta3. Should it be beta3-20220411 for example or 2.1-20220411?
The text was updated successfully, but these errors were encountered: