dd86k / blake2-d

Pure D implementation of BLAKE2 + DUB package
https://code.dlang.org/packages/blake2-d
Boost Software License 1.0
7 stars 1 forks source link

Include version string #1

Closed dd86k closed 2 years ago

dd86k commented 2 years ago

I should be including the version number as a string (enum) for diagnostic and printing purposes.

Also because I don't have to manually type it in version pages and the like.

Like

enum BLAKE2D_VERSION_STRING = "0.1.1";