X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=src%2Fversion.h;h=eef80b1d7a7e17664096e94e9b4eda304db91934;hb=06deabc516fd9a8f7a21daa471cce8e6b5180168;hp=107dc089dfb56c438cb63b3ea89de4d17d153fb2;hpb=23c77cc092dbbb1e12c47c2b0021d4476b543702;p=rrq%2Fmaintain_lilo.git diff --git a/src/version.h b/src/version.h index 107dc08..eef80b1 100644 --- a/src/version.h +++ b/src/version.h @@ -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_MINOR 1 +#define VERSION_MAJOR 24 +#define VERSION_MINOR 2 #define VERSION_EDIT "" -#define VERSION_DATE "04-Nov-2010" +#define VERSION_DATE "22-November-2015" #endif