From 83b51b06f1474e9cd96e832a2434d9138dd2f45b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 5 Oct 2014 20:14:16 +0100 Subject: [PATCH] Add a version number --- initial_setup.sh | 2 ++ install-freedombone.sh | 3 +++ 2 files changed, 5 insertions(+) diff --git a/initial_setup.sh b/initial_setup.sh index bd11c1b6..bb86f943 100755 --- a/initial_setup.sh +++ b/initial_setup.sh @@ -20,6 +20,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +# Version number of this script +VERSION="1.00" # typically /dev/sdb or /dev/sdc, depending upon how # many drives there are on your system diff --git a/install-freedombone.sh b/install-freedombone.sh index 9fdd398b..161bebc3 100755 --- a/install-freedombone.sh +++ b/install-freedombone.sh @@ -87,6 +87,9 @@ SYSTEM_TYPE=$4 # Are we installing on a Beaglebone Black (BBB) or some other system? INSTALLING_ON_BBB="yes" +# Version number of this script +VERSION="1.00" + # Different system variants which may be specified within # the SYSTEM_TYPE option VARIANT_WRITER="writer"