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

Inconsistent version of ibdump #37

Open
jabl opened this issue Mar 10, 2023 · 0 comments
Open

Inconsistent version of ibdump #37

jabl opened this issue Mar 10, 2023 · 0 comments

Comments

@jabl
Copy link

jabl commented Mar 10, 2023

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:

$ git grep VERSION Makefile
Makefile:VERSION    = 3.0.0-7
Makefile:CFLAGS    += -MP -MD -DPACKAGE_VERSION_STR=\"$(VERSION)\"
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

1 participant