diff --git a/Makefile b/Makefile index 8d95b4e..11c16a1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 3.2.0 +VERSION = 3.2.1 prefix = /usr/local bindir = $(prefix)/bin @@ -41,7 +41,7 @@ srcdist: MANIFEST MANIFEST: if test -e .git; then (git ls-files | grep -vF .gitignore && echo MANIFEST) | sort | dos2unix >$@ ; fi -../xasm-$(VERSION)-windows.zip: xasm xasm.html xasm.properties signed +../xasm-$(VERSION)-windows.zip: xasm.exe xasm.html xasm.properties signed $(RM) $@ && $(SEVENZIP) -tzip $@ xasm.exe xasm.html xasm.properties signed: xasm$(EXEEXT) diff --git a/README.md b/README.md index 363cb3d..03bf019 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ These rights, on this notice, rely. Download -------- -[xasm 3.2.0](https://github.com/pfusik/xasm/releases) for Windows, macOS, Ubuntu and Fedora. +[xasm 3.2.1](https://github.com/pfusik/xasm/releases) for Windows, macOS, Ubuntu and Fedora. Links ----- diff --git a/debian/changelog b/debian/changelog index 6db1d07..4d3c764 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xasm (3.2.1-1) UNRELEASED; urgency=low + + * New release. + + -- Piotr Fusik Thu, 8 Dec 2022 09:30:29 +0100 + xasm (3.2.0-1) UNRELEASED; urgency=low * New release. diff --git a/source/app.d b/source/app.d index 1b3f160..c6b268c 100644 --- a/source/app.d +++ b/source/app.d @@ -1,4 +1,4 @@ -// xasm 3.2.0 by Piotr Fusik +// xasm 3.2.1 by Piotr Fusik // http://xasm.atari.org // Can be compiled with DMD v2.101.0. @@ -32,7 +32,7 @@ version (Windows) { import core.sys.windows.windows; } -const string TITLE = "xasm 3.2.0"; +const string TITLE = "xasm 3.2.1"; File messageStream; diff --git a/xasm.1.asciidoc b/xasm.1.asciidoc index 11af650..e97f567 100644 --- a/xasm.1.asciidoc +++ b/xasm.1.asciidoc @@ -714,7 +714,7 @@ and pseudo commands, except for `MWA`, `MWX` and `MWY`: HISTORY ------- -Version 3.x.x (20xx-xx-xx) +Version 3.2.1 (2022-12-08) ~~~~~~~~~~~~~~~~~~~~~~~~~~ - source can optionally be read from standard input, and object can be written to standard output instead of files (by Adrian Matoga) diff --git a/xasm.spec b/xasm.spec index 6a85395..8873152 100644 --- a/xasm.spec +++ b/xasm.spec @@ -1,5 +1,5 @@ Name: xasm -Version: 3.2.0 +Version: 3.2.1 Release: 1 Summary: 6502 cross-assembler License: Poetic @@ -33,6 +33,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/xasm.1.gz %changelog +* Thu Dec 8 2022 Piotr Fusik +- 3.2.1-1 + * Tue Jun 22 2021 Piotr Fusik - 3.2.0-1