Open jabl opened 1 year ago
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)\"
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: