dedup

deduplicating backup program
git clone git://git.2f30.org/dedup
Log | Files | Refs | README | LICENSE

commit c5856f201bdf7e31a089bb80f1a57d4ca210182a
parent adb97266b7a63369102b54980308074fc8f060f1
Author: sin <sin@2f30.org>
Date:   Tue, 26 Mar 2019 17:50:39 +0000

Bump to 0.9

Fixes musl build.

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.8 +VERSION = 0.9 PREFIX = /usr/local MANPREFIX = $(PREFIX)/man BIN = dedup