From 93ccc41e0b126a3407e9e55140f351cfb6cb1823 Mon Sep 17 00:00:00 2001 From: Avril Date: Mon, 7 Jun 2021 19:43:59 +0100 Subject: [PATCH] first version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cf89ba5..1224bdf 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ PROJECT=cow AUTHOR=Avril (Flanchan) -VERSION=0.0.0 +VERSION=0.1.0 ifeq ($(PREFIX),) PREFIX := /usr/local