]> git.sur5r.net Git - i3/i3/blobdiff - src/version.c
Merge branch 'release-4.16.1'
[i3/i3] / src / version.c
index d7d31b36b595a0868b29c017aa558cfb26a3ea27..1244711ad8b8f370b9bfa8706cead773920dcb0a 100644 (file)
@@ -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 <config.h>
+
 const char *i3_version = I3_VERSION;