summaryrefslogtreecommitdiff
path: root/lib/version.h.in
diff options
context:
space:
mode:
authorJari Vetoniemi <mailroxas@gmail.com>2014-10-25 01:38:30 +0300
committerJari Vetoniemi <mailroxas@gmail.com>2014-10-25 01:38:30 +0300
commit3f5e21a83f525586d1ee5b1bcd04cc2e50350403 (patch)
tree226cb57348ae89bc62df34cfd7ee2afe43f03c45 /lib/version.h.in
parentf8d97efb8f1bc5a7e764e1bb14f0e97ac36de68d (diff)
downloadbemenu-3f5e21a83f525586d1ee5b1bcd04cc2e50350403.tar.gz
bemenu-3f5e21a83f525586d1ee5b1bcd04cc2e50350403.tar.bz2
bemenu-3f5e21a83f525586d1ee5b1bcd04cc2e50350403.zip
Cleanup wayland renderer and plugin support.
Diffstat (limited to 'lib/version.h.in')
-rw-r--r--lib/version.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/version.h.in b/lib/version.h.in
index 9d9b851..ad82a1a 100644
--- a/lib/version.h.in
+++ b/lib/version.h.in
@@ -1,4 +1,4 @@
#define INSTALL_PREFIX "@CMAKE_INSTALL_PREFIX@"
-static const char *BM_VERSION = "@BEMENU_VERSION@";
+#define BM_VERSION "@BEMENU_VERSION@"
/* vim: set ts=8 sw=4 tw=0 :*/