Add version to About dialog

This commit is contained in:
2022-04-24 13:30:51 +02:00
parent cee6979ece
commit cbc6775756
5 changed files with 41 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef GITVERSION_H
#define GITVERSION_H
#define GITVERSION "@_build_version@"
#endif