diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-07-17 18:59:43 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-07-17 18:59:43 -0400 |
commit | 2a3f6c605da29cb21d90269781ad079db9338a3d (patch) | |
tree | d05d2220005cf3bf4f727ff62901463232afc851 | |
parent | ffb6e06214dba9257a322286cbdaabfd40be3a59 (diff) |
prep release
-rwxr-xr-x | etckeeper | 2 | ||||
-rw-r--r-- | etckeeper.spec | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -71,7 +71,7 @@ elif [ "x$1" = "x-h" ] || [ "x$1" = "x--help" ]; then exit 0 elif [ "x$1" = "x-v" ] || [ "x$1" = "x--version" ]; then # This is automatically updated by the Makefile. - echo "Version: 1.18.4" + echo "Version: 1.18.5" exit 0 fi command="$1" diff --git a/etckeeper.spec b/etckeeper.spec index 0830064..ffc4050 100644 --- a/etckeeper.spec +++ b/etckeeper.spec @@ -1,5 +1,5 @@ Name: etckeeper -Version: 1.18.4 +Version: 1.18.5 Release: 4%{?dist} Summary: store /etc in git, mercurial, bzr or darcs |