Fix GIT version in Makefile#317
Conversation
Codecov Report
@@ Coverage Diff @@
## master #317 +/- ##
=======================================
Coverage 79.09% 79.09%
=======================================
Files 38 38
Lines 1430 1430
=======================================
Hits 1131 1131
Misses 246 246
Partials 53 53Continue to review full report at Codecov.
|
|
@redhatrises the old and new way report different versions. Is this intended? |
|
@shawndwells yes... the latest version is |
|
Wasn't the question. The old way returned $ver-1, new way returns $ver. Does this mean the old method always had a bug that is just now being exposed? |
|
@shawndwells version 1.1.3 wasn't tagged correctly hence the old way was added. Now that version 1.1.4 was tagged correctly, this change uses the correct way of getting the tag for versioning. |
|
thanks @redhatrises ! |
Now that
git tagis done properly, we should get the version withgit describe