Skip to content

Commit 22aa285

Browse files
committed
v0.6.7 GA
1 parent 5549123 commit 22aa285

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

config/raspiBackup_de.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ DEFAULT_DEPLOYMENT_HOSTS=""
136136

137137
# Es wird nicht nach einer Restorebestätigung gefragt bei dem Device. Vorsicht!
138138
DEFAULT_YES_NO_RESTORE_DEVICE=""
139+
139140
# Root Partition wird auf die maximal mögliche Größe expandiert
140141
DEFAULT_RESIZE_ROOTFS=1
141142

config/raspiBackup_en.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ DEFAULT_DEPLOYMENT_HOSTS=""
136136

137137
# Don't ask for restore confirmation for this device. Use with care !
138138
DEFAULT_YES_NO_RESTORE_DEVICE=""
139+
139140
# Resize root filesystem during restore
140141
DEFAULT_RESIZE_ROOTFS=1
141142

properties/raspiBackup0613.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@
2626
# GIT_DATE="$Date$"
2727
# GIT_COMMIT="$Sha1$"
2828

29-
VERSION="0.6.6.1"
29+
VERSION="0.6.7"
3030
INCOMPATIBLE=""
3131
DEPRECATED=""
32-
BETA="0.6.7"
32+
BETA=""
3333

3434
VERSION_INSTALLER="0.4.4"
3535
INCOMPATIBLE_INSTALLER=""
3636
DEPRECATED_INSTALLER=""
3737
BETA_INSTALLER=""
3838

39-
VERSION_CONF="0.1.4"
39+
VERSION_CONF="0.1.6"
4040
INCOMPATIBLE_CONF=""
4141
DEPRECATED_CONF=""
42-
BETA_CONF="0.1.6"
42+
BETA_CONF=""
4343

raspiBackup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ fi
4343
MYSELF="$(basename "$(test -L "$0" && readlink "$0" || echo "$0")")" # use linked script name if the link is used
4444
MYNAME=${MYSELF%.*}
4545

46-
VERSION="0.6.7-beta" # -beta, -hotfix or -dev suffixes possible
47-
VERSION_SCRIPT_CONFIG="0.1.6" # required config version for script
46+
VERSION="0.6.7" # -beta, -hotfix or -dev suffixes possible
47+
VERSION_SCRIPT_CONFIG="0.1.6" # required config version for script
4848

4949
VERSION_VARNAME="VERSION" # has to match above var names
5050
VERSION_CONFIG_VARNAME="VERSION_.*CONF.*" # used to lookup VERSION_CONFIG in config files

0 commit comments

Comments
 (0)