Added versions.h file to track software versions

This commit is contained in:
anschrammh 2019-08-19 13:53:09 +02:00
parent 56654447d2
commit 6f74c10140

12
src/app/versions.h Normal file
View File

@ -0,0 +1,12 @@
#ifndef VERSIONS_H
#define VERSIONS_H
/**
* Here is listed the version history of the soft with some information about them.
*
* Versioning scheme MAJOR.MINOR.PATCH
*/
#define SOFT_VERSION "1.0.0" //First version tracking
#endif //VERSIONS_H