Skip to content

Inconsistent version of ibdump #37

@jabl

Description

@jabl

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)\"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions