-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
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)\"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels