app versioning/deployment

This commit is contained in:
tkl
2016-08-21 13:45:36 +02:00
parent 411a927704
commit 9ef624b52f
5 changed files with 101 additions and 51 deletions

View File

@@ -0,0 +1,9 @@
/* Release number include file */
#ifndef VERSION_H
#define VERSION_H
#define MAJOR_VERSION "unknown"
#define MINOR_VERSION "unknown"
#define BUILD_NUMBER "unknown"
#endif /* VERSION_H */