diff options
author | Miles Bader <miles@gnu.org> | 1996-08-15 21:27:17 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-08-15 21:27:17 +0000 |
commit | 172f5caa78f91cd4679d0872f7cf5e643a101312 (patch) | |
tree | d5aa09760833a69b4de0c4917f94bfa1ffcab6cf | |
parent | 426a0b54bee9c01e532623334c0bc2ff547e096d (diff) |
(diskfs_edit_version): Change to `1'.
(diskfs_version_extra): New variable.
-rw-r--r-- | ext2fs/ext2fs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext2fs/ext2fs.c b/ext2fs/ext2fs.c index bc7f4899..f3e61873 100644 --- a/ext2fs/ext2fs.c +++ b/ext2fs/ext2fs.c @@ -42,7 +42,8 @@ int diskfs_shortcut_ifsock = 1; char *diskfs_server_name = "ext2fs"; int diskfs_major_version = 0; int diskfs_minor_version = 2; -int diskfs_edit_version = 0; +int diskfs_edit_version = 1; +char *diskfs_extra_version = "ext2 " EXT2FS_VERSION; int diskfs_synchronous = 0; int diskfs_readonly = 0; |