From 1997b59982c78acc43490692dcca811bdee942e7 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Sat, 27 Jun 2020 17:45:11 +0100 Subject: [PATCH] next release is 1.2.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2fa5f7a..a61b6b3 100644 --- a/Makefile +++ b/Makefile @@ -5,8 +5,8 @@ endif export TOPDIR := $(CURDIR) export LIBFAT_MAJOR := 1 -export LIBFAT_MINOR := 1 -export LIBFAT_PATCH := 5 +export LIBFAT_MINOR := 2 +export LIBFAT_PATCH := 0 export VERSTRING := $(LIBFAT_MAJOR).$(LIBFAT_MINOR).$(LIBFAT_PATCH)