X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=src%2Fversion.h;h=2eb7742667b0acecf2631ee8e8055c06cba909c7;hb=46bbc2ed34258f788c12953bbf2f831ea3971ede;hp=4231aaffe88bee19303d0c82765b29232a3a5ab9;hpb=0a7ead9db7967764f0d93d30f9a83c94cb6fc358;p=rrq%2Fmaintain_lilo.git diff --git a/src/version.h b/src/version.h index 4231aaf..2eb7742 100644 --- a/src/version.h +++ b/src/version.h @@ -1,11 +1,19 @@ -/* version.h */ +/* version.h + * + * Copyright 2005-2007 John Coffman + * Copyright 2009-2013 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 2 +#define VERSION_MAJOR 24 +#define VERSION_MINOR 0 #define VERSION_EDIT "" -#define VERSION_DATE "09-Apr-2011" +#define VERSION_DATE "07-Juni-2013" #endif