diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | uxd.1 | 2 | ||||
-rw-r--r-- | ver.rst | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -23,7 +23,7 @@ GZIP_MAN=yes # ### No user-serviceable parts below. -VERSION=0.2.1 +VERSION=0.3.0 DEFINES=-DVERSION='"$(VERSION)"' WARNFLAGS=-std=c89 -Wall -pedantic -Wextra @@ -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 "UXD" 1 "2024-12-21" "0.2.1" "Urchlay's Utilities" +.TH "UXD" 1 "2024-12-21" "0.3.0" "Urchlay's Utilities" .SH NAME uxd \- UTF-8 hex dumper .SH SYNOPSIS @@ -1 +1 @@ -.. |version| replace:: 0.2.1 +.. |version| replace:: 0.3.0 |