diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-06-25 21:07:27 +0100 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-06-25 21:07:27 +0100 |
commit | af859a42d798f047fbfe198ed315a942662c39d2 (patch) | |
tree | 6c892cbd43284e98cc879f0518dde8efc09740c7 /fs/ntfs/Makefile | |
parent | 4757d7dff65b56f2115038ad1615725f31806787 (diff) | |
download | linux-af859a42d798f047fbfe198ed315a942662c39d2.tar.gz linux-af859a42d798f047fbfe198ed315a942662c39d2.tar.bz2 linux-af859a42d798f047fbfe198ed315a942662c39d2.zip |
NTFS: Prepare for 2.1.23 release: Update documentation and bump version.
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/Makefile')
-rw-r--r-- | fs/ntfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ntfs/Makefile b/fs/ntfs/Makefile index 59f9606a82a1..f083f27d8b69 100644 --- a/fs/ntfs/Makefile +++ b/fs/ntfs/Makefile @@ -6,7 +6,7 @@ ntfs-objs := aops.o attrib.o collate.o compress.o debug.o dir.o file.o \ index.o inode.o mft.o mst.o namei.o runlist.o super.o sysctl.o \ unistr.o upcase.o -EXTRA_CFLAGS = -DNTFS_VERSION=\"2.1.23-WIP\" +EXTRA_CFLAGS = -DNTFS_VERSION=\"2.1.23\" ifeq ($(CONFIG_NTFS_DEBUG),y) EXTRA_CFLAGS += -DDEBUG |