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
So which is the correct version (on current master branch):
$ git tag ibdump-6_0_0 ibdump-6_1_0
(Also https://github.com/Mellanox/ibdump/releases which are made from the tags)
$ make gcc -Wall -W -g -MP -MD -DPACKAGE_VERSION_STR=\"3.0.0-7\" -DWITH_MFT -DIBDUMP_A0_MODE -I/usr/include/mft/ '-DBLD_VER_STR="devel"' -c -o ibdump.o ibdump.c ...
Seems to say the version is 3.0.0-7. Comes from:
3.0.0-7
$ git grep VERSION Makefile Makefile:VERSION = 3.0.0-7 Makefile:CFLAGS += -MP -MD -DPACKAGE_VERSION_STR=\"$(VERSION)\"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
So which is the correct version (on current master branch):
(Also https://github.com/Mellanox/ibdump/releases which are made from the tags)
Seems to say the version is
3.0.0-7
. Comes from:The text was updated successfully, but these errors were encountered: