Update version to 0.2.6

This commit is contained in:
Janek Bevendorff 2016-11-16 22:42:59 +01:00
parent 2ac6c3fb6c
commit 18a2cc2774
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
##
# Copyright (C) 2013-2015 Janek Bevendorff
# Copyright (C) 2013-2016 Janek Bevendorff
# Website: http://www.refining-linux.org/
#
# Install script for installing server and client script files

View File

@ -26,7 +26,7 @@
# THE SOFTWARE.
##
_VERSION="0.2.5"
_VERSION="0.2.6"
headline() {
if [ "$1" != "" ]; then
@ -38,7 +38,7 @@ headline() {
}
copyright() {
echo "Copyright (C) 2013-2015 Janek Bevendorff"
echo "Copyright (C) 2013-2016 Janek Bevendorff"
echo "Website: https://github.com/Manko10/rs-backup-suite"
}