Changes by: antona
Update of /cvsroot/linux-ntfs/ntfs-driver-tng/linux/fs/ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv11880/linux/fs/ntfs
Modified Files:
Makefile
Log Message:
Development will continue in the trunk. Bump version number to 0.0.1.
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfs-driver-tng/linux/fs/ntfs/Makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -U2 -r1.13 -r1.14
--- Makefile 2001/07/29 02:07:16 1.13
+++ Makefile 2001/07/30 23:52:29 1.14
@@ -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.
|