diff --git a/src/app/versions.h b/src/app/versions.h new file mode 100644 index 0000000..7fbaa90 --- /dev/null +++ b/src/app/versions.h @@ -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