From 71cc645cf7c540c6e893602e0ebaeb076577b69c Mon Sep 17 00:00:00 2001 From: Christian Blichmann Date: Sat, 9 Sep 2017 09:05:41 +0200 Subject: [PATCH] Bump version number Signed-off-by: Christian Blichmann --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6b9e6cd..8b2db19 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ this_dir := $(patsubst %/,%,$(dir $(abspath $(lastword $(MAKEFILE_LIST))))) # Source meta -version = 0.1 +version = 0.2 source_only_tgz = ../pawn_$(version).orig.tar.xz # Directory with build artifacts. Should not contain spaces.