Kitware / KWStyle

Kitware Style Checker
Other
53 stars 30 forks source link

BUG: fix reported version number #103

Closed dzenanz closed 3 years ago

dzenanz commented 3 years ago

This partially reverts commit c8344295940410ec482a92e7f19b72ca5277da3c ENH: Use modern project command.

It caused version to not be properly reported:

$ KWStyle.exe -version
Version: ..

Now:

$ KWStyle.exe -version
Version: 1.1.0

Closes #102.

dzenanz commented 3 years ago

@blowekamp did you encounter this problem before?

blowekamp commented 3 years ago

@dzenanz I think you meant @bradking :)

dzenanz commented 3 years ago

@blowekamp I meant you. Did you encounter #102 in SimpleITK? I assume not, otherwise this would have been familiar 😄

blowekamp commented 3 years ago

Ahh... I see the linked issue now. I had not encountered that error before thank you for the fix.