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

--version #46

Open
shafiuzzaman-md opened this issue Dec 4, 2022 · 1 comment
Open

--version #46

shafiuzzaman-md opened this issue Dec 4, 2022 · 1 comment

Comments

@shafiuzzaman-md
Copy link

No description provided.

@jwaldmann
Copy link

yes. it'd be nice if minisat could print its version. it's in the source but inconsistently: https://github.com/niklasso/minisat/search?q=version

/CMakeLists.txt
...
set(MINISAT_SOMAJOR   2)
set(MINISAT_SOMINOR   1)    <=== !?
set(MINISAT_SORELEASE 0)

doc/ReleaseNotes-2.2.0.txt

And, Fedora claims to have 2.2.1 https://src.fedoraproject.org/rpms/minisat2 I wonder where they got that from. The diff is substantial (from this repo here, to that unpacked srpm)

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

No branches or pull requests

2 participants