Changes by: antona
Update of /cvsroot/linux-ntfs/ntfs-driver-tng/linux/fs/ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv15696/linux/fs/ntfs
Modified Files:
Makefile
Log Message:
Development continues in main trunk.
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfs-driver-tng/linux/fs/ntfs/Makefile,v
retrieving revision 1.15
retrieving revision 1.16
diff -U2 -r1.15 -r1.16
--- Makefile 2001/07/31 00:09:54 1.15
+++ Makefile 2001/07/31 00:11:00 1.16
@@ -6,5 +6,5 @@
attrib.o dir.o namei.o mst.o
obj-m := $(O_TARGET)
-EXTRA_CFLAGS = -DNTFS_VERSION=\"TNG-0.0.0\"
+EXTRA_CFLAGS = -DNTFS_VERSION=\"TNG-0.0.1\"
# Uncomment this to enable debugging code.
|