Changes by: antona
Update of /cvsroot/linux-ntfs/ntfs-driver-tng/linux/fs/ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv5197/linux/fs/ntfs
Modified Files:
Makefile
Log Message:
Start on 0.0.8
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfs-driver-tng/linux/fs/ntfs/Makefile,v
retrieving revision 1.37
retrieving revision 1.38
diff -U2 -r1.37 -r1.38
--- Makefile 8 Feb 2002 01:04:43 -0000 1.37
+++ Makefile 13 Feb 2002 03:39:11 -0000 1.38
@@ -8,5 +8,5 @@
obj-m := $(O_TARGET)
-EXTRA_CFLAGS = -DNTFS_VERSION=\"TNG-0.0.7\"
+EXTRA_CFLAGS = -DNTFS_VERSION=\"TNG-0.0.8\"
# Uncomment this to enable debugging code.
|