From 4843f58b3e1646d14b14ce6bd80bfe810da8ac21 Mon Sep 17 00:00:00 2001 From: Raheman Vaiya Date: Mon, 2 Aug 2021 02:19:30 -0400 Subject: [PATCH] Version bump --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 72f850f..0fc829b 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ DESTDIR= PREFIX=/usr -VERSION=0.0.1 +VERSION=0.0.2 GIT_HASH=$(shell git describe --no-match --always --abbrev=40 --dirty) CFLAGS=-DVERSION=\"$(VERSION)\" -DGIT_COMMIT_HASH=\"$(GIT_HASH)\"