From 302e610ba8e6c2ec1bc57dceae3b557c2361049e Mon Sep 17 00:00:00 2001 From: KoffeinFlummi Date: Mon, 21 May 2018 21:19:06 +0200 Subject: [PATCH] Version 0.6.1 --- Makefile | 2 +- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bc6018f..a53dc4c 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ %.c: %.y %.c: %.l -VERSION = 0.6 +VERSION = 0.6.1 DESTDIR = BIN = bin SRC = src diff --git a/debian/changelog b/debian/changelog index b605a6a..e48280b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +armake (0.6.1-1) bionic; urgency=low + + * Fix issue with constant stack for macro arguments + + -- Felix Wiegand Mon, 21 May 2018 16:48:00 +0200 + + armake (0.6-1) bionic; urgency=low * Rewrite config parse and preprocessor