diff --git a/README.md b/README.md index e115ede..93119a7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ -# glsysbackup 1.0.1.a (alpha) +# glsysbackup 1.0.1-alpha2 ## Generic Linux System Backup is an advanced backup tool written in bash. @@ -16,7 +16,7 @@ Usage: glsysbackup OPTIONS Author: ccztux Last modification: 2017-03-14 -Version: 1.0.0.a +Version: 1.0.1-alpha2 License: GNU GPLv3 Description: glsysbackup (Generic Linux System Backup) is an advanced backup tool written in bash. diff --git a/VERSION b/VERSION index 32a40b2..91d8a49 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.1.a +1.0.1-alpha2 diff --git a/glsysbackup b/glsysbackup index 2c6b783..6e9a7f1 100755 --- a/glsysbackup +++ b/glsysbackup @@ -13,7 +13,9 @@ # # Description: Generic Linux System Backup is an advanced backup tool written in bash. # -# Changelog: 1.0.1.a Initial revision +# Changelog: 1.0.0 Initial revision +# 1.0.1.a First alpha version +# 1.0.1-alpha2 Second alpha version # # License: GNU GPLv3 # @@ -52,7 +54,7 @@ trap 'sigHandler EXIT' EXIT #----------------------- script_name="${0##*/}" -script_version="1.0.0.a" +script_version="1.0.1-alpha2" script_author="ccztux" script_last_modification_date="2017-03-16" script_license="GNU GPLv3"