Add externs to avoid multiple definitions, and then add missing definitions.
[rrq/maintain_lilo.git] / src / version.h
index 4231aaffe88bee19303d0c82765b29232a3a5ab9..eef80b1d7a7e17664096e94e9b4eda304db91934 100644 (file)
@@ -1,11 +1,19 @@
-/* version.h   */
+/* version.h
+ * 
+ * Copyright 2005-2007 John Coffman
+ * Copyright 2009-2015 Joachim Wiedorn
+ * All rights reserved.
+ * 
+ * Licensed under the terms contained in the file 'COPYING'
+ * in the source directory.
+ */
 
 #ifndef VERSION_H
 #define VERSION_H
 
-#define VERSION_MAJOR 23
+#define VERSION_MAJOR 24
 #define VERSION_MINOR 2
 #define VERSION_EDIT  ""
-#define VERSION_DATE "09-Apr-2011"
+#define VERSION_DATE "22-November-2015"
 
 #endif