dedup

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

commit 1d925f59757e8a1d2883300ed8abd8f8f97ce01f
parent 3e954687518b0415b09e580527e2cd60132073ed
Author: sin <sin@2f30.org>
Date:   Sun, 14 Apr 2019 08:28:33 +0100

Bump to 1.0

Diffstat:
MCHANGELOG | 2+-
MMakefile | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [1.0] - 2019-04-14 ### Added - Support for blake2bp, which is parallel variant of blake2b. - Support for blake2s and blake2sp. diff --git a/Makefile b/Makefile @@ -1,6 +1,6 @@ include config.mk -VERSION = 0.9 +VERSION = 1.0 PREFIX = /usr/local MANPREFIX = $(PREFIX)/man BIN = dedup