usnistgov/SP800-90B_EntropyAssessment

v1.1.8 not reporting correct version

mmccarl opened this issue · 2 comments

running ea_non_iid --version still reports v1.1.7 instead of v1.1.8

Any update on this issue.
Pulled the latest code - and up to date with master branch.
$ git branch --contains v1.1.8
* master
$ git status
On branch master
Your branch is up to date with 'origin/master'.

However ea_non_iid --version is reporting v1.1.7 and not v1.1.8
$ ./ea_non_iid --version
noniid 1.1.7

This is due to the macro in cpp/shared/utils.h:

#define VERSION "1.1.7"

This just needs to be updated to "1.1.8" for this version, but the next version (1.1.9?) will need to update to that. This value needs to be manually updated for each release, so it's pretty easy to overlook.