From e36101045f3fc27fee59f737c7febd497a8ba77c Mon Sep 17 00:00:00 2001 From: Alex Jurkiewicz Date: Mon, 8 May 2017 12:05:04 +1000 Subject: [PATCH] Update version in a few more places --- acts | 2 +- contrib/openbsd/sysutils/acts/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/acts b/acts index de95787..38f7655 100755 --- a/acts +++ b/acts @@ -5,7 +5,7 @@ set -u # Exit if a pipeline exits non-zero set -e -VERSION="1.3b2" +VERSION="1.3b3" if [ "$#" = "1" ] && [ "$1" = "--version" ]; then echo "acts version $VERSION" diff --git a/contrib/openbsd/sysutils/acts/Makefile b/contrib/openbsd/sysutils/acts/Makefile index c20cd55..294e05d 100644 --- a/contrib/openbsd/sysutils/acts/Makefile +++ b/contrib/openbsd/sysutils/acts/Makefile @@ -1,6 +1,6 @@ # $OpenBSD$ COMMENT = another calendar-based tarsnap script -V = 1.3b2 +V = 1.3b3 DISTNAME = acts-${V} CATEGORIES = sysutils