patch-2.4.4 linux/fs/ntfs/Makefile
Next file: linux/fs/ntfs/attr.c
Previous file: linux/fs/nls/nls_tis-620.c
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
Wed Apr 18 11:49:13 2001
-  Orig file: 
v2.4.3/linux/fs/ntfs/Makefile
-  Orig date: 
Fri Dec 29 14:07:23 2000
diff -u --recursive --new-file v2.4.3/linux/fs/ntfs/Makefile linux/fs/ntfs/Makefile
@@ -4,7 +4,8 @@
 
 obj-y   := fs.o sysctl.o support.o util.o inode.o dir.o super.o attr.o
 obj-m   := $(O_TARGET)
-EXTRA_CFLAGS = -DNTFS_IN_LINUX_KERNEL -DNTFS_VERSION=\"000607\"
+# Version format: YYMMDD
+EXTRA_CFLAGS = -DNTFS_IN_LINUX_KERNEL -DNTFS_VERSION=\"010116\"
 
 include $(TOPDIR)/Rules.make
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)