From 7f448c6091e22432a10032d5abcf1b4b8d9e0673 Mon Sep 17 00:00:00 2001 From: Isak Ellmer Date: Tue, 30 Apr 2024 00:13:08 +0200 Subject: [PATCH] bitbit 1.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 116a4ad..2383798 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ # along with this program. If not, see . MAJOR = 1 -MINOR = 1 +MINOR = 2 VERSION := $(MAJOR).$(MINOR) MAKEFLAGS += -rR