aboutsummaryrefslogtreecommitdiff
path: root/src/version.c
blob: 1244711ad8b8f370b9bfa8706cead773920dcb0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * vim:ts=4:sw=4:expandtab
 *
 * i3 - an improved dynamic tiling window manager
 * © 2009 Michael Stapelberg and contributors (see also: LICENSE)
 *
 * Stores the latest Git commit identifier so that it can be linked into i3
 * and used dynamically without recompiling every object file.
 *
 */
#include <config.h>

const char *i3_version = I3_VERSION;