Make VERS macro overrideable on the command line

This will allow custom version strings when building.
This commit is contained in:
Tom Stellard 2020-10-18 20:03:04 -07:00
parent 7abc20fd47
commit 3ca25bc3df
1 changed files with 2 additions and 0 deletions

View File

@ -48,7 +48,9 @@
/**
* Program version number and year (copyright).
*/
#ifndef VERS
#define VERS "2.3.3"
#endif
#define YEAR "2005 - 2011"
/** Home dir name */