diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2020-09-05 14:39:41 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2020-09-05 14:39:41 +0200 |
commit | e304b27bf78b18cbe9b2e73096766a0eb84be0c6 (patch) | |
tree | cb4c276b0bd443ff081eb947b9ad79dc439c2b3c | |
parent | 729f28fa5929faf94f770ab1c70ab7d71b8b1b65 (diff) | |
download | polecat-e304b27bf78b18cbe9b2e73096766a0eb84be0c6.tar.gz polecat-e304b27bf78b18cbe9b2e73096766a0eb84be0c6.zip |
bump version0.1.5
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # GENERAL VARIABLES NAME := polecat -VERSION := 0.1.4 +VERSION := 0.1.5 TARGET ?= debug DEBUG := 0 ifeq ($(TARGET),debug) |