a4889098dce76c59d0888e763a4dc6579b12dd28
[rrq/maintain_lilo.git] / src / version.h
1 /* version.h
2  * 
3  * Copyright 2005-2007 John Coffman
4  * Copyright 2009-2014 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 1
16 #define VERSION_EDIT  ""
17 #define VERSION_DATE "17-October-2014"
18
19 #endif