]> git.lyx.org Git - lyx.git/blob - src/lyx_commit_hash.h.in
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / lyx_commit_hash.h.in
1 /*
2  * \file lyx_commit_hash.h
3  * This file is part of LyX, the document processor.
4  * Licence details can be found in the file COPYING.
5  *
6  * If LyX is compiled from a git clone, this should contain the HEAD
7  * commit hash.
8  */
9
10 #ifndef _LYX_COMMIT_HASH_H
11 #define _LYX_COMMIT_HASH_H
12
13 #define LYX_GIT_COMMIT_HASH "@LYX_GIT_COMMIT_HASH@"
14
15 #endif
16