summaryrefslogtreecommitdiff
path: root/lib/version.h.in
diff options
context:
space:
mode:
authorJari Vetoniemi <mailroxas@gmail.com>2014-10-22 22:46:51 +0300
committerJari Vetoniemi <mailroxas@gmail.com>2014-10-22 22:46:51 +0300
commit014c20099d0199445cedc6e3504e4309176c56ae (patch)
tree2711398696489389cc9a48cf1789d7521767e054 /lib/version.h.in
parent33aedfe23712ae99f3393b07567c49388fcba376 (diff)
downloadbemenu-014c20099d0199445cedc6e3504e4309176c56ae.tar.gz
bemenu-014c20099d0199445cedc6e3504e4309176c56ae.tar.bz2
bemenu-014c20099d0199445cedc6e3504e4309176c56ae.zip
Refactor code to snake_style, turn renderers into plugins, and start
wayland (cairo) renderer.
Diffstat (limited to 'lib/version.h.in')
-rw-r--r--lib/version.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/version.h.in b/lib/version.h.in
index 6be8b5f..9d9b851 100644
--- a/lib/version.h.in
+++ b/lib/version.h.in
@@ -1,3 +1,4 @@
+#define INSTALL_PREFIX "@CMAKE_INSTALL_PREFIX@"
static const char *BM_VERSION = "@BEMENU_VERSION@";
/* vim: set ts=8 sw=4 tw=0 :*/