Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Commit 1997b59

Browse files
committed
next release is 1.2.0
1 parent 69543f0 commit 1997b59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ endif
55
export TOPDIR := $(CURDIR)
66

77
export LIBFAT_MAJOR := 1
8-
export LIBFAT_MINOR := 1
9-
export LIBFAT_PATCH := 5
8+
export LIBFAT_MINOR := 2
9+
export LIBFAT_PATCH := 0
1010

1111
export VERSTRING := $(LIBFAT_MAJOR).$(LIBFAT_MINOR).$(LIBFAT_PATCH)
1212

0 commit comments

Comments
 (0)