sources/version.h

changeset 126
6a0d6bddf2ab
parent 125
d8ecf07a76cf
child 190
90bf9049e5eb
--- a/sources/version.h	Mon Jan 11 16:33:08 2016 +0200
+++ b/sources/version.h	Mon Jan 11 16:39:30 2016 +0200
@@ -29,7 +29,9 @@
 */
 
 #pragma once
-#define APPNAME "zfc9000"
+
+// Returns the application name (ZFC9000)
+const char* application_name();
 
 // Returns the bare version string (1.2.3)
 const char* version_string();

mercurial