Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs/ntfstools
In directory usw-pr-cvs1:/tmp/cvs-serv18737/ntfstools
Modified Files:
mkntfs.c
Log Message:
Update automatic config/make process and mkntfs to use the cvs release tag for
version reporting.
Index: mkntfs.c
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ntfstools/mkntfs.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -U2 -r1.10 -r1.11
--- mkntfs.c 2001/06/05 10:19:53 1.10
+++ mkntfs.c 2001/06/05 10:33:02 1.11
@@ -2058,5 +2058,5 @@
NTFS_BOOT_SECTOR *bs;
- EXEC_REVISION = strdup(EXEC_NAME); //strdup("$Revision$");
+ EXEC_REVISION = strdup("$Revision$");
EXEC_VERSION = EXEC_REVISION + 11;
EXEC_VERSION[strlen(EXEC_VERSION) - 2] = '\0';
|