Add externs to avoid multiple definitions, and then add missing definitions.
[rrq/maintain_lilo.git] / src / version.h
1 /* version.h
2  * 
3  * Copyright 2005-2007 John Coffman
4  * Copyright 2009-2015 Joachim Wiedorn
5  * All rights reserved.
6  * 
7  * Licensed under the terms contained in the file 'COPYING'
8  * in the source directory.
9  */
10
11 #ifndef VERSION_H
12 #define VERSION_H
13
14 #define VERSION_MAJOR 24
15 #define VERSION_MINOR 2
16 #define VERSION_EDIT  ""
17 #define VERSION_DATE "22-November-2015"
18
19 #endif