RELEASE-NOTES:
  Update a typo and updated date for next WIP release.
e2fsprogs.lsm:
  Updated approximate values for 1.20 release
version.h:
  Update for new WIP release.

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index efb7284..ff6d41a 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,4 +1,4 @@
-E2fsprogs 1.20 (May 10, 2001)
+E2fsprogs 1.20 (May 14, 2001)
 =============================
 
 Add support for replaying the ext3 journal purely in user mode,
@@ -58,7 +58,7 @@
 set.  (Previously, no mount count was indicated by using -1, and a
 mount count of zero caused e2fsck to always be run.)
 
-Mke2fs supports two new filesystem types largefile and largefile64.
+Mke2fs supports two new filesystem types largefile and largefile4.
 
 Mke2fs now adds some randomness in s_max_mount_count so that multiple
 filesystems won't be all checked at the same time under normal
diff --git a/e2fsprogs.lsm b/e2fsprogs.lsm
index 03fb688..fd382ea 100644
--- a/e2fsprogs.lsm
+++ b/e2fsprogs.lsm
@@ -1,18 +1,18 @@
 Begin3
 Title:          EXT2 Filesystem utilities
-Version:        1.19
-Entered-date:   13Jul2000
+Version:        1.20
+Entered-date:   14May2001
 Description:    The filesystem utilities for the EXT2 filesystem, including 
 		e2fsck, mke2fs, dumpe2fs, fsck, and others.
 Keywords:       utilities, fsck, filesystem, Ext2fs
 Author:         tytso@mit.edu (Theodore Tso)
 Maintained-by:  tytso@mit.edu (Theodore Tso)
 Primary-site:   download.sourceforge.net /pub/sourceforge/e2fsprogs
-		941kB e2fsprogs-1.19.tar.gz
-		350kB e2fsprogs-1.19-0.i386.rpm
-		88kB  e2fsprogs-devel-1.19-0.i386.rpm
-		934kB e2fsprogs-1.19-0.src.rpm
-                1kB   e2fsprogs-1.19.lsm
+		1136kB e2fsprogs-1.20.tar.gz
+		388kB e2fsprogs-1.20-0.i386.rpm
+		104kB  e2fsprogs-devel-1.20-0.i386.rpm
+		1132kB e2fsprogs-1.20-0.src.rpm
+                1kB   e2fsprogs-1.20.lsm
 Alternate-site: 
 Platforms:	linux 1.2.x/1.3.x/2.0.x/2.1.x/2.2.x/2.3.x/2.4.x
 Copying-policy: GPL/LGPL
diff --git a/version.h b/version.h
index 4d6085e..aa7ecd6 100644
--- a/version.h
+++ b/version.h
@@ -2,9 +2,9 @@
  * version.h --- controls the version number printed by the e2fs
  * programs.
  * 
- * Copyright 1995, 1996, 1997, 1998, 1999 by Theodore Ts'o.  This file
- * may be redistributed under the GNU Public License.
+ * Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001 by Theodore
+ * Ts'o.  This file may be redistributed under the GNU Public License.
  */
 
 #define E2FSPROGS_VERSION "1.20-WIP"
-#define E2FSPROGS_DATE "10-May-2001"
+#define E2FSPROGS_DATE "14-May-2001"