linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* trivial [PATCH] mkudffs self-id
@ 2004-03-09 20:59 Pat LaVarre
  0 siblings, 0 replies; only message in thread
From: Pat LaVarre @ 2004-03-09 20:59 UTC (permalink / raw)
  To: linux_udf; +Cc: linux-fsdevel

[Offline a colleague asks:]

Do we agree b3 mkudffs consistently mis-identifies itself as b2?

If for b2 and b3, I download, inflate, ./configure, make, I see:

$ udftools-1.0.0b2/mkudffs/mkudffs 2>&1 | head -1
mkudffs 1.0.0b2 for UDF FS 1.0.0-cvs, 2002/02/09
$
$ udftools-1.0.0b3/mkudffs/mkudffs 2>&1 | head -1
mkudffs 1.0.0b2 for UDF FS 1.0.0-cvs, 2002/02/09
$

Is the following trivial fix complete?

Pat LaVarre

diff -Nurp udftools-1.0.0b3/mkudffs/mkudffs.h udftools/mkudffs/mkudffs.h
--- udftools-1.0.0b3/mkudffs/mkudffs.h	2004-02-22 20:33:11.000000000 -0700
+++ udftools/mkudffs/mkudffs.h	2004-03-09 13:52:40.207203496 -0700
@@ -30,11 +30,11 @@
 
 #define CS0				0x00000001
 #define UDF_ID_APPLICATION		"*Linux mkudffs"
-#define MKUDFFS_VERSION			"1.0.0b2"
+#define MKUDFFS_VERSION			"1.0.0b3"
 
 #define EMAIL_STRING			"<linux_udf@hpesjro.fc.hp.com>"
 
-#define UDFFS_DATE			"2002/02/09"
+#define UDFFS_DATE			"2004/03/09"
 #define UDFFS_VERSION			"1.0.0-cvs"
 
 #define DEFAULT_HD	0



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-03-09 21:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-09 20:59 trivial [PATCH] mkudffs self-id Pat LaVarre

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).