From 566206a741e5ee391b6fdb7664d89138e66648a4 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Tue, 1 Feb 2011 03:53:00 +0000 Subject: [PATCH] bump version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 94af1d8..81bfe5d 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ export TOPDIR := $(CURDIR) export LIBFAT_MAJOR := 1 export LIBFAT_MINOR := 0 -export LIBFAT_PATCH := 8 +export LIBFAT_PATCH := 9 export VERSTRING := $(LIBFAT_MAJOR).$(LIBFAT_MINOR).$(LIBFAT_PATCH)