diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2024-10-28 18:18:23 +0100 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2024-10-28 18:18:58 +0100 |
commit | 10ff62befb3f6fd6917e7c2888956c86815bc677 (patch) | |
tree | 0812bd6f5819c914abb300e17c73ec236d285496 | |
parent | Replace dig by getent (diff) | |
download | porticron-master.tar.gz porticron-master.tar.bz2 porticron-master.zip |
Signed-off-by: Sebastian Pipping <sebastian@pipping.org>
-rw-r--r-- | README.rst | 2 | ||||
-rwxr-xr-x | bin/porticron | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ porticron ========= :Author: `Benedikt Böhm <bb@xnull.de>`_ -:Version: 0.7.1 +:Version: 0.7.2 :Web: http://github.com/gentoo/porticron :Git: ``git clone https://github.com/gentoo/porticron.git`` :Download: http://github.com/gentoo/porticron/downloads diff --git a/bin/porticron b/bin/porticron index 19ccbb1..aeee091 100755 --- a/bin/porticron +++ b/bin/porticron @@ -1,7 +1,7 @@ #!/bin/bash # vim: set fileencoding=utf-8 ts=4 sw=4 noexpandtab -PORTICRON_VERSION="0.7.1" +PORTICRON_VERSION="0.7.2" version() { echo "porticron ${PORTICRON_VERSION}" |