2015-04-07 00:28:40 +02:00
|
|
|
/*
|
|
|
|
* vim:ts=4:sw=4:expandtab
|
|
|
|
*
|
|
|
|
* i3 - an improved dynamic tiling window manager
|
2015-04-04 02:17:56 +02:00
|
|
|
* © 2009 Michael Stapelberg and contributors (see also: LICENSE)
|
2015-04-07 00:28:40 +02:00
|
|
|
*
|
|
|
|
* Stores the latest Git commit identifier so that it can be linked into i3
|
|
|
|
* and used dynamically without recompiling every object file.
|
|
|
|
*
|
|
|
|
*/
|
2016-10-11 09:13:35 +02:00
|
|
|
#include <config.h>
|
|
|
|
|
2015-04-07 00:28:40 +02:00
|
|
|
const char *i3_version = I3_VERSION;
|