Skip to content

Commit

Permalink
Update version in a few more places
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjurkiewicz committed May 8, 2017
1 parent b9beff3 commit e361010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion acts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion contrib/openbsd/sysutils/acts/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $OpenBSD$
COMMENT = another calendar-based tarsnap script
V = 1.3b2
V = 1.3b3
DISTNAME = acts-${V}
CATEGORIES = sysutils

Expand Down

0 comments on commit e361010

Please sign in to comment.