21 #ifndef ICEMON_VERSION_H
22 #define ICEMON_VERSION_H
24 #include "config-icemon.h"
30 const char appName[] = QT_TRANSLATE_NOOP(
"appName",
"Icecream Monitor");
31 const char appShortName[] =
"icemon";
32 const char version[] = ICEMON_VERSION_STRING;
33 const char homePage[] =
"http://github.com/icecc/icemon";
34 const char description[] = QT_TRANSLATE_NOOP(
"description",
"Icecream Monitor for Qt");
35 const char copyright[] = QT_TRANSLATE_NOOP(
"copyright",
"(c) 2003-2016 The Icecream developers");
39 #endif // ICEMON_VERSION_H