From 4a96e5094257580eb8ad27d3fc484fa19c7f39a4 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 16 Aug 2023 20:58:17 +0200 Subject: Bugfix in DR from EO --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fa40765..b120d85 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # See LICENSE file for copyright and license details. -VERSION = 2.0.4 +VERSION = 2.0.5 PREFIX = /usr/local MANPREFIX = ${PREFIX}/share/man @@ -66,4 +66,3 @@ uninstall: for s in ${SCRIPTS}; do rm -rf ${DESTDIR}${PREFIX}/bin/$$s; done .PHONY: all debug clean dist install uninstall upload - -- cgit v1.3