diff options
author | Theodore Ts'o <tytso@mit.edu> | 2001-01-18 02:34:03 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2001-01-18 02:34:03 +0000 |
commit | a5c33f26db87fd8af41e7f49d46ffba7e7f03f54 (patch) | |
tree | 393d85f318338ea66317c1057544c529c878f897 /version.h | |
parent | dc2ec525f5619bf478d2aae1b406fca2ff4b0d21 (diff) | |
download | e2fsprogs-a5c33f26db87fd8af41e7f49d46ffba7e7f03f54.tar.gz |
ChangeLog, pass1.c:
pass1.c (check_blocks): Fix large file checking code so that files >
2GB are considered large files, and restrict directories from being >
2GB.
version.h:
Update for WIP release.
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,4 +7,4 @@ */ #define E2FSPROGS_VERSION "1.20-WIP" -#define E2FSPROGS_DATE "03-Jan-2001" +#define E2FSPROGS_DATE "17-Jan-2001" |