aboutsummaryrefslogtreecommitdiff
path: root/kike.c
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-02-11 01:53:19 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2015-02-11 01:53:19 +0100
commit59b1c5c056269a5151ef7a17cdedf8a3caccfc61 (patch)
treefbab85648333cb0f1d7f25f79cfbf544cf624031 /kike.c
parentdfe50aeb85dae10c0fe94e7fb63e1dc887816d49 (diff)
downloadxK-59b1c5c056269a5151ef7a17cdedf8a3caccfc61.tar.gz
xK-59b1c5c056269a5151ef7a17cdedf8a3caccfc61.tar.xz
xK-59b1c5c056269a5151ef7a17cdedf8a3caccfc61.zip
Convert to CMake
Diffstat (limited to 'kike.c')
-rw-r--r--kike.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/kike.c b/kike.c
index 76c7143..f9eb5c3 100644
--- a/kike.c
+++ b/kike.c
@@ -18,8 +18,9 @@
*
*/
+#include "config.h"
+#undef PROGRAM_NAME
#define PROGRAM_NAME "kike"
-#define PROGRAM_VERSION "alpha"
#include "common.c"
#include "kike-replies.c"