Whamcloud - gitweb
main.c:
authorTheodore Ts'o <tytso@mit.edu>
Tue, 29 Sep 1998 04:00:55 +0000 (04:00 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 29 Sep 1998 04:00:55 +0000 (04:00 +0000)
  Remove timebomb for production version.
resize2fs.8.in, .del-version.h~524d144b:
  Update for production version of resize2fs.

resize/main.c
resize/resize2fs.8.in
resize/version.h

index c11222f..9f1e427 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "./version.h"
 
-#define EXPIRE_TIME 905835600
+/* #define EXPIRE_TIME 905835600 */
 
 #ifdef EXPIRE_TIME
 static void check_expire_time(const char *progname);
index f54136c..f75e155 100644 (file)
@@ -2,7 +2,7 @@
 .\" Copyright 1997 by Theodore Ts'o.  All Rights Reserved.
 .\" 
 .\" .TH RESIZE2FS 8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
-.TH RESIZE2FS 8 "March 1998" "Resize2fs version 1.00"
+.TH RESIZE2FS 8 "September 1998" "Resize2fs version 1.03"
 .SH NAME
 resize2fs \- ext2 file system resizer
 .SH SYNOPSIS
index 4ee9343..223fd0a 100644 (file)
@@ -6,6 +6,6 @@
  * be redistributed under the GNU Public License.
  */
 
-#define E2FSPROGS_VERSION "1.02"
-#define E2FSPROGS_DATE "08-Apr-98"
+#define E2FSPROGS_VERSION "1.03"
+#define E2FSPROGS_DATE "28-Sep-98"