aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2024-10-28 18:18:23 +0100
committerSebastian Pipping <sebastian@pipping.org>2024-10-28 18:18:58 +0100
commit10ff62befb3f6fd6917e7c2888956c86815bc677 (patch)
tree0812bd6f5819c914abb300e17c73ec236d285496
parentReplace dig by getent (diff)
downloadporticron-master.tar.gz
porticron-master.tar.bz2
porticron-master.zip
Bump version to 0.7.2HEADv0.7.2master
Signed-off-by: Sebastian Pipping <sebastian@pipping.org>
-rw-r--r--README.rst2
-rwxr-xr-xbin/porticron2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 51ec668..0db31e9 100644
--- a/README.rst
+++ b/README.rst
@@ -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}"