From a723289fb9d6b145b0672b877813584d2180e9c9 Mon Sep 17 00:00:00 2001 From: KoffeinFlummi Date: Wed, 23 May 2018 16:05:18 +0200 Subject: [PATCH] Version 0.6.2 --- .gitignore | 1 + Makefile | 2 +- debian/changelog | 7 +++++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 21bf169..9253d5e 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ test.* !test/**/test.* armake_* +debian/files diff --git a/Makefile b/Makefile index a53dc4c..c1664bb 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ %.c: %.y %.c: %.l -VERSION = 0.6.1 +VERSION = 0.6.2 DESTDIR = BIN = bin SRC = src diff --git a/debian/changelog b/debian/changelog index e48280b..86e4103 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +armake (0.6.2-1) bionic; urgency=low + + * Fix issue with rapification of += arrays. + + -- Felix Wiegand Wed, 23 May 2018 16:01:00 +0200 + + armake (0.6.1-1) bionic; urgency=low * Fix issue with constant stack for macro arguments