commit 08d5d10ac2b83f400966b63638915c202a731c25
parent 3bb542a1cb883e36cb662b32550834867eeb5988
Author: lumidify <nobody@lumidify.org>
Date: Fri, 21 Jan 2022 22:02:16 +0100
Release 1.2.1
Diffstat:
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,3 +1,7 @@
+1.2.0 -> 1.2.1
+* Fix minor style issues
+* Fix minor bug in parsing of cropping rectangle in croptool_crop
+
1.1 -> 1.2.0
* Rewrite using Xlib and Imlib2
* Add command-line options and man pages
diff --git a/Makefile b/Makefile
@@ -1,7 +1,7 @@
.POSIX:
NAME = croptool
-VERSION = 1.2.0
+VERSION = 1.2.1
PREFIX = /usr/local
MANPREFIX = ${PREFIX}/man
diff --git a/croptool.1 b/croptool.1
@@ -1,4 +1,4 @@
-.Dd September 21, 2021
+.Dd January 13, 2022
.Dt CROPTOOL 1
.Os
.Sh NAME