Skip to content

Commit

Permalink
0.6.6.1 availability
Browse files Browse the repository at this point in the history
  • Loading branch information
framps committed Oct 11, 2021
1 parent ac92779 commit f4b4139
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion installation/raspiBackupInstallUI.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fi

MYSELF=${0##*/}
MYNAME=${MYSELF%.*}
VERSION="0.4.3.6-beta" # -beta, -hotfix or -dev suffixes possible
VERSION="0.4.3.6" # -beta, -hotfix or -dev suffixes possible

if [[ (( ${BASH_VERSINFO[0]} < 4 )) || ( (( ${BASH_VERSINFO[0]} == 4 )) && (( ${BASH_VERSINFO[1]} < 3 )) ) ]]; then
echo "bash version 0.4.3 or beyond is required by $MYSELF" # nameref feature, declare -n var=$v
Expand Down
8 changes: 4 additions & 4 deletions properties/raspiBackup0613.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
# GIT_DATE="$Date$"
# GIT_COMMIT="$Sha1$"

VERSION="0.6.6"
VERSION="0.6.6.1"
INCOMPATIBLE=""
DEPRECATED=""
BETA="0.6.6.1"
BETA=""

VERSION_INSTALLER="0.4.3.5"
VERSION_INSTALLER="0.4.3.6"
INCOMPATIBLE_INSTALLER=""
DEPRECATED_INSTALLER=""
BETA_INSTALLER="0.4.3.6"
BETA_INSTALLER=""

VERSION_CONF="0.1.4"
INCOMPATIBLE_CONF=""
Expand Down
4 changes: 2 additions & 2 deletions raspiBackup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
#
#######################################################################################################################

if [ -z "$BASH" ] ;then
Expand All @@ -40,7 +40,7 @@ fi
MYSELF=${0##*/}
MYNAME=${MYSELF%.*}

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

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

0 comments on commit f4b4139

Please sign in to comment.