Skip to content

Commit

Permalink
NTFS: Forgot to bump version number in makefile to 2.1.28...
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
  • Loading branch information
Anton Altaparmakov committed Jan 18, 2007
1 parent 8331191 commit bd62b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ntfs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.27\"
EXTRA_CFLAGS = -DNTFS_VERSION=\"2.1.28\"

ifeq ($(CONFIG_NTFS_DEBUG),y)
EXTRA_CFLAGS += -DDEBUG
Expand Down

0 comments on commit bd62b23

Please sign in to comment.