veg / tn93

TN93 fast distance calculator
MIT License
15 stars 7 forks source link

Bumping to version 1.0.5 #10

Closed rdvelazquez closed 6 years ago

rdvelazquez commented 6 years ago

I didn't see the VERSION.txt file the first time I was releasing the new version.

stevenweaver commented 6 years ago

Right, I had forgotten that I set that up. I'm using that file to set the version in the CMake configuration file, which in turn configures the -v flag upon compilation.

file (STRINGS "VERSION.txt" VERSION_NUMBER)
add_definitions (-DVERSION_NUMBER=\"${VERSION_NUMBER}\")