From 8daa46d183728f343e2b7f68aa6a5624820cdc7e Mon Sep 17 00:00:00 2001 From: Afforess Date: Tue, 10 May 2016 21:49:26 -0400 Subject: [PATCH] Version bump --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b9b6189..4fec1c0 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE_NAME := Big_Brother -VERSION_STRING := 0.2.0 +VERSION_STRING := 0.2.1 OUTPUT_NAME := $(PACKAGE_NAME)_$(VERSION_STRING) OUTPUT_DIR := build/$(OUTPUT_NAME)