Changes by: antona
Update of /cvsroot/linux-ntfs/ntfs-driver-tng/linux/fs/ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv15482/linux/fs/ntfs
Modified Files:
Makefile
Log Message:
Once again redo tng-0-0-0 so it has the readme file. LAst time now.
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfs-driver-tng/linux/fs/ntfs/Makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -U2 -r1.14 -r1.15
--- Makefile 2001/07/30 23:52:29 1.14
+++ Makefile 2001/07/31 00:09:54 1.15
@@ -6,5 +6,5 @@
attrib.o dir.o namei.o mst.o
obj-m := $(O_TARGET)
-EXTRA_CFLAGS = -DNTFS_VERSION=\"TNG-0.0.1\"
+EXTRA_CFLAGS = -DNTFS_VERSION=\"TNG-0.0.0\"
# Uncomment this to enable debugging code.
|