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

Update version number to 0.0.8 and rename VERSION #18

Merged
merged 5 commits into from
Oct 23, 2023

Conversation

james-d-mitchell
Copy link
Member

@hivert in the 0.0.7 release the version numbers were not updated in the VERSION file or in the README.md. This PR updates the version numbers to facilitate a further release.

The reason for this change is that "version" is a C++ standard library
header file from C++20 onwards, and the file VERSION can be confused
with this header when trying to "#include <version>". Even if there are
no explicit "#include <version>" in HPCombi, some standard library files
include "version" and then fail to compile if there's another file named
"VERSION" in the include path.
@james-d-mitchell
Copy link
Member Author

I've also included a simple bash/python script that checks if list_intrin.txt is up to date and correct.

@hivert hivert merged commit 3846007 into libsemigroups:master Oct 23, 2023
1 check passed
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.

2 participants