Skip to content

Commit

Permalink
0.6.8 published[F
Browse files Browse the repository at this point in the history
  • Loading branch information
framps committed Nov 27, 2022
1 parent 7fec777 commit 25b237b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions properties/raspiBackup0613.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@
# GIT_DATE="$Date$"
# GIT_COMMIT="$Sha1$"

VERSION="0.6.7"
VERSION="0.6.8"
INCOMPATIBLE=""
DEPRECATED=""
BETA="0.6.8"
BETA=""

VERSION_INSTALLER="0.4.4"
INCOMPATIBLE_INSTALLER=""
DEPRECATED_INSTALLER=""
BETA_INSTALLER=""

VERSION_CONF="0.1.6"
VERSION_CONF="0.1.7"
INCOMPATIBLE_CONF=""
DEPRECATED_CONF=""
BETA_CONF="0.1.7"
BETA_CONF=""

2 changes: 1 addition & 1 deletion raspiBackup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fi
MYSELF="$(basename "$(test -L "$0" && readlink "$0" || echo "$0")")" # use linked script name if the link is used
MYNAME=${MYSELF%.*}

VERSION="0.6.8-beta" # -beta, -hotfix or -dev suffixes possible
VERSION="0.6.8" # -beta, -hotfix or -dev suffixes possible
VERSION_SCRIPT_CONFIG="0.1.7" # required config version for script

VERSION_VARNAME="VERSION" # has to match above var names
Expand Down

0 comments on commit 25b237b

Please sign in to comment.