summaryrefslogtreecommitdiffstats
path: root/src/define.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/define.h')
-rw-r--r--src/define.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/define.h b/src/define.h
new file mode 100644
index 0000000..80571f6
--- /dev/null
+++ b/src/define.h
@@ -0,0 +1,17 @@
+//Author: Max Howell <max.howell@methylblue.com>, (C) 2003-4
+//Copyright: See COPYING file that comes with this distribution
+
+#ifndef DEFINE_H
+#define DEFINE_H
+
+#include "config.h"
+
+#undef VERSION
+#undef PACKAGE
+#undef PRETTYNAME
+
+#define APP_NAME "filelight"
+#define APP_VERSION "1.0"
+#define APP_PRETTYNAME "Filelight"
+
+#endif