X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fversion.c;h=1244711ad8b8f370b9bfa8706cead773920dcb0a;hb=4f768c6eda947bc04b21f4b8fe12ee86c712456b;hp=d7d31b36b595a0868b29c017aa558cfb26a3ea27;hpb=7b68577901e28207a3cc9e7e56e0bac1c971fab6;p=i3%2Fi3 diff --git a/src/version.c b/src/version.c index d7d31b36..1244711a 100644 --- a/src/version.c +++ b/src/version.c @@ -2,10 +2,12 @@ * vim:ts=4:sw=4:expandtab * * i3 - an improved dynamic tiling window manager - * © 2009-2015 Michael Stapelberg and contributors (see also: LICENSE) + * © 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 + const char *i3_version = I3_VERSION;