diff options
author | Benedikt Böhm <bb@xnull.de> | 2013-11-13 11:10:17 +0100 |
---|---|---|
committer | Benedikt Böhm <bb@xnull.de> | 2013-11-13 11:10:17 +0100 |
commit | df727fef2dfcc0499b92bd536280fde5373fbcc6 (patch) | |
tree | b4d61ab6c2ca25182a980f49d52217b1cd3e5828 | |
parent | version bump (diff) | |
download | porticron-df727fef2dfcc0499b92bd536280fde5373fbcc6.tar.gz porticron-df727fef2dfcc0499b92bd536280fde5373fbcc6.tar.bz2 porticron-df727fef2dfcc0499b92bd536280fde5373fbcc6.zip |
update version. fixes #4
-rwxr-xr-x | bin/porticron | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/porticron b/bin/porticron index 763ddb4..d168b27 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.5.2" +PORTICRON_VERSION="0.7" version() { echo "porticron ${PORTICRON_VERSION}" |