aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2017-02-19 18:32:15 +0100
committerSebastian Pipping <sebastian@pipping.org>2017-02-19 18:32:15 +0100
commitad6e70af81871c61a6953e4d1802939019031bef (patch)
tree67153ca6c138f242add8f4c8d51cafed9ea7986e
parentMerge pull request #9 from gentoo/travis-ci (diff)
downloadporticron-ad6e70af81871c61a6953e4d1802939019031bef.tar.gz
porticron-ad6e70af81871c61a6953e4d1802939019031bef.tar.bz2
porticron-ad6e70af81871c61a6953e4d1802939019031bef.zip
Bump version to 0.7.1v0.7.1
-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 88653a1..51ec668 100644
--- a/README.rst
+++ b/README.rst
@@ -3,7 +3,7 @@ porticron
=========
:Author: `Benedikt Böhm <bb@xnull.de>`_
-:Version: 0.7
+:Version: 0.7.1
: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 a9d9abd..3b06afb 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"
+PORTICRON_VERSION="0.7.1"
version() {
echo "porticron ${PORTICRON_VERSION}"