We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f3678e commit 302e610Copy full SHA for 302e610
Makefile
@@ -2,7 +2,7 @@
2
%.c: %.y
3
%.c: %.l
4
5
-VERSION = 0.6
+VERSION = 0.6.1
6
DESTDIR =
7
BIN = bin
8
SRC = src
debian/changelog
@@ -1,3 +1,10 @@
1
+armake (0.6.1-1) bionic; urgency=low
+
+ * Fix issue with constant stack for macro arguments
+ -- Felix Wiegand <[email protected]> Mon, 21 May 2018 16:48:00 +0200
armake (0.6-1) bionic; urgency=low
9
10
* Rewrite config parse and preprocessor
0 commit comments