2021-10-09 | Paul Boddie | file changeset files shortlog | Updated libext2fs to version 1.46.2, also introducing some notes about the process of adapting the library for L4Re, together with a tool to generate a configuration from an existing, external "host" build of the library. |
paul@181 | 1 | /* |
paul@181 | 2 | * version.h --- controls the version number printed by the e2fs |
paul@181 | 3 | * programs. |
paul@181 | 4 | * |
paul@181 | 5 | * Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, |
paul@181 | 6 | * 2004, 2005, 2006, 2007, 2008, 2009, 2010 by Theodore Ts'o. This |
paul@181 | 7 | * file may be redistributed under the GNU Public License v2. |
paul@181 | 8 | */ |
paul@181 | 9 | |
paul@212 | 10 | #define E2FSPROGS_VERSION "1.46.2" |
paul@212 | 11 | #define E2FSPROGS_DATE "28-Feb-2021" |