From: Theodore Ts'o Date: Mon, 9 Mar 1998 17:41:53 +0000 (+0000) Subject: ChangeLog, main.c, .del-resize2fs-1.12.spec~70080ffd, resize2fs.8.in: X-Git-Tag: E2FSPROGS-1_12~47 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=ba0af7566347b3c2366cbb18715f465f70089019;p=tools%2Fe2fsprogs.git ChangeLog, main.c, .del-resize2fs-1.12.spec~70080ffd, resize2fs.8.in: Decouple version numbers from the base e2fsprogs release. --- diff --git a/resize/ChangeLog b/resize/ChangeLog index 54ea5e2..c7f8cfb 100644 --- a/resize/ChangeLog +++ b/resize/ChangeLog @@ -1,3 +1,7 @@ +Mon Mar 9 12:02:47 1998 Theodore Ts'o + + * main.c: Use a local version.h file. + Sat Mar 7 18:18:04 1998 Theodore Ts'o * Makefile.in: Change the name of the complete source file that we diff --git a/resize/main.c b/resize/main.c index e75a8c3..87aa8dc 100644 --- a/resize/main.c +++ b/resize/main.c @@ -17,7 +17,7 @@ #include "resize2fs.h" -#include "../version.h" +#include "./version.h" char *program_name, *device_name; @@ -116,9 +116,8 @@ void main (int argc, char ** argv) initialize_ext2_error_table(); - fprintf (stderr, "resize2fs %s, %s for EXT2 FS %s, %s\n", - E2FSPROGS_VERSION, E2FSPROGS_DATE, - EXT2FS_VERSION, EXT2FS_DATE); + fprintf (stderr, "resize2fs %s (%s)\n", + E2FSPROGS_VERSION, E2FSPROGS_DATE); fprintf(stderr, "Copyright 1998 by Theodore Ts'o and PowerQuest, Inc. All Rights Reserved.\n\n"); if (argc && *argv) program_name = *argv; diff --git a/resize/resize2fs-1.12.spec b/resize/resize2fs-1.12.spec index 3e12387..3893e97 100644 --- a/resize/resize2fs-1.12.spec +++ b/resize/resize2fs-1.12.spec @@ -1,6 +1,6 @@ Summary: ext2 filesystem resizer Name: resize2fs -Version: 1.12 +Version: 1.00 Release: 0 Vendor: PowerQuest Copyright: Licensed to Registered Users of Partition Magic(tm) diff --git a/resize/resize2fs.8.in b/resize/resize2fs.8.in index 2b558c9..f54136c 100644 --- a/resize/resize2fs.8.in +++ b/resize/resize2fs.8.in @@ -1,7 +1,8 @@ .\" -*- nroff -*- .\" Copyright 1997 by Theodore Ts'o. All Rights Reserved. .\" -.TH RESIZE2FS 8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@" +.\" .TH RESIZE2FS 8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@" +.TH RESIZE2FS 8 "March 1998" "Resize2fs version 1.00" .SH NAME resize2fs \- ext2 file system resizer .SH SYNOPSIS