diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-12-04 16:16:07 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-12-04 16:16:07 -0500 |
| commit | 27e2056ec8f5aa2c8ac31ec7d0e34abb99a53cb5 (patch) | |
| tree | 94a42c97c36e05cff26cef7dfbbff7c355e06ee5 | |
| parent | b697d0594268023c24db5855130f8f6af28b250b (diff) | |
| download | alftools-27e2056ec8f5aa2c8ac31ec7d0e34abb99a53cb5.tar.gz | |
VERSION=0.4.0
| -rw-r--r-- | src/Makefile | 2 | ||||
| -rw-r--r-- | src/alf.1 | 2 | ||||
| -rw-r--r-- | src/alfsum.1 | 2 | ||||
| -rw-r--r-- | src/unalf.1 | 2 | ||||
| -rw-r--r-- | src/ver.rst | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/Makefile b/src/Makefile index 7ebbb71..25a6d32 100644 --- a/src/Makefile +++ b/src/Makefile @@ -36,7 +36,7 @@ STRIP=yes ### No user-serviceable parts below. PROJ=alftools -VERSION=0.3.2 +VERSION=0.4.0 CFLAGS=-DVERSION='"$(VERSION)"' -Wall -I../f65 $(COPT) @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. -.TH "ALF" 1 "2025-12-03" "0.3.1" "Urchlay's Atari 8-bit Tools" +.TH "ALF" 1 "2025-12-04" "0.4.0" "Urchlay's Atari 8-bit Tools" .SH NAME alf \- create Atari 8-bit ALF archives .\" RST source for alf(1) man page. Convert with: diff --git a/src/alfsum.1 b/src/alfsum.1 index fb3c280..d0d1f83 100644 --- a/src/alfsum.1 +++ b/src/alfsum.1 @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. -.TH "ALFSUM" 1 "2025-12-03" "0.3.1" "Urchlay's Atari 8-bit Tools" +.TH "ALFSUM" 1 "2025-12-04" "0.4.0" "Urchlay's Atari 8-bit Tools" .SH NAME alfsum \- calculate ALF checksums .\" RST source for alfsum(1) man page. Convert with: diff --git a/src/unalf.1 b/src/unalf.1 index a046999..743cc27 100644 --- a/src/unalf.1 +++ b/src/unalf.1 @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. -.TH "UNALF" 1 "2025-12-03" "0.3.1" "Urchlay's Atari 8-bit Tools" +.TH "UNALF" 1 "2025-12-04" "0.4.0" "Urchlay's Atari 8-bit Tools" .SH NAME unalf \- extract Atari 8-bit ALF archives .\" RST source for unalf(1) man page. Convert with: diff --git a/src/ver.rst b/src/ver.rst index e956817..3d23af2 100644 --- a/src/ver.rst +++ b/src/ver.rst @@ -1 +1 @@ -.. |version| replace:: 0.3.1 +.. |version| replace:: 0.4.0 |
