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