aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2020-09-05 14:39:41 +0200
committerJan200101 <sentrycraft123@gmail.com>2020-09-05 14:39:41 +0200
commite304b27bf78b18cbe9b2e73096766a0eb84be0c6 (patch)
treecb4c276b0bd443ff081eb947b9ad79dc439c2b3c
parent729f28fa5929faf94f770ab1c70ab7d71b8b1b65 (diff)
downloadpolecat-e304b27bf78b18cbe9b2e73096766a0eb84be0c6.tar.gz
polecat-e304b27bf78b18cbe9b2e73096766a0eb84be0c6.zip
bump version0.1.5
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 884045e..ead2f10 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# GENERAL VARIABLES
NAME := polecat
-VERSION := 0.1.4
+VERSION := 0.1.5
TARGET ?= debug
DEBUG := 0
ifeq ($(TARGET),debug)