Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs/ntfstools
In directory usw-pr-cvs1:/tmp/cvs-serv18618
Modified Files:
ntfsfix.c
Log Message:
Make the ntfsfix version be equal to the Revision in CVS.
Index: ntfsfix.c
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ntfstools/ntfsfix.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -U2 -r1.7 -r1.8
--- ntfsfix.c 2001/04/02 02:04:37 1.7
+++ ntfsfix.c 2001/04/02 02:13:57 1.8
@@ -1,4 +1,2 @@
-const char *EXEC_NAME = "NtfsFix";
-const char *EXEC_VERSION = "0.0.3";
/*
* NtfsFix - Part of the Linux-NTFS project.
@@ -65,4 +63,6 @@
int main(int argc, char **argv)
{
+ const char *EXEC_NAME = "NtfsFix";
+ const char *EXEC_VERSION = "$Revision$";
const char *OK = "OK";
const char *FAILED = "FAILED";
|