Skip to content

Commit

Permalink
Version 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KoffeinFlummi committed May 23, 2018
1 parent f81fb1a commit a723289
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ test.*
!test/**/test.*

armake_*
debian/files
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%.c: %.y
%.c: %.l

VERSION = 0.6.1
VERSION = 0.6.2
DESTDIR =
BIN = bin
SRC = src
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
armake (0.6.2-1) bionic; urgency=low

* Fix issue with rapification of += arrays.

-- Felix Wiegand <[email protected]> Wed, 23 May 2018 16:01:00 +0200


armake (0.6.1-1) bionic; urgency=low

* Fix issue with constant stack for macro arguments
Expand Down

0 comments on commit a723289

Please sign in to comment.