Added versions.h file to track software versions
This commit is contained in:
parent
56654447d2
commit
6f74c10140
12
src/app/versions.h
Normal file
12
src/app/versions.h
Normal 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
|
Loading…
Reference in New Issue
Block a user