From f70322faae3e291404d35c65b716178c4e4228de Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Fri, 4 Jan 2013 23:45:49 +0000 Subject: [PATCH] bump version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4a145ce..6e583d7 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ export TOPDIR := $(CURDIR) export LIBFAT_MAJOR := 1 export LIBFAT_MINOR := 0 -export LIBFAT_PATCH := 11 +export LIBFAT_PATCH := 12 export VERSTRING := $(LIBFAT_MAJOR).$(LIBFAT_MINOR).$(LIBFAT_PATCH)