commit: 10ff62befb3f6fd6917e7c2888956c86815bc677 Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org> AuthorDate: Mon Oct 28 17:18:23 2024 +0000 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org> CommitDate: Mon Oct 28 17:18:58 2024 +0000 URL: https://gitweb.gentoo.org/proj/porticron.git/commit/?id=10ff62be
Bump version to 0.7.2 Signed-off-by: Sebastian Pipping <sebastian <AT> pipping.org> README.rst | 2 +- bin/porticron | 2 +- 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 <[email protected]>`_ -: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}"
