diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2014-10-22 22:46:51 +0300 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2014-10-22 22:46:51 +0300 |
commit | 014c20099d0199445cedc6e3504e4309176c56ae (patch) | |
tree | 2711398696489389cc9a48cf1789d7521767e054 /lib/version.h.in | |
parent | 33aedfe23712ae99f3393b07567c49388fcba376 (diff) | |
download | bemenu-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.in | 1 |
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 :*/ |