From 371e0f873cf3518fd2e35e2bae0b7cc021296e0e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 25 Jun 2021 12:37:06 -0300 Subject: Release v0.2.1 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5eb9649..917e18a 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ .POSIX: PREFIX = /usr/local MANPREFIX = $(PREFIX)/share/man -DATE = 2021-06-19 -VERSION = 0.2.0 +DATE = 2021-06-25 +VERSION = 0.2.1 NAME = git-permalink MAILING_LIST = public-inbox TRANSLATIONS = pt fr eo @@ -50,7 +50,7 @@ uninstall: clean: rm -rf public/ src/git-permalink.sh $(manpages) -dist: clean public dev-check +dist: sh aux/workflow/dist.sh $(DATE) $(VERSION) $(NAME) $(NAME) $(MAILING_LIST) spellcheck: -- cgit v1.2.3