From ffe01128c40eb1b117a7a0ba8a983d28b74c9571 Mon Sep 17 00:00:00 2001 From: Avril Date: Thu, 10 Jun 2021 20:46:37 +0100 Subject: [PATCH] version bump --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fc142e2..f9c7442 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ PROJECT=cow AUTHOR=Avril (Flanchan) VERSION_MAJOR=0 -VERSION_MINOR=2.0r1 +VERSION_MINOR=2.0 VERSION=$(VERSION_MAJOR).$(VERSION_MINOR) ifeq ($(PREFIX),)