Add a version number

This commit is contained in:
Bob Mottram 2014-10-05 20:14:16 +01:00
parent 7136389202
commit 83b51b06f1
2 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Version number of this script
VERSION="1.00"
# typically /dev/sdb or /dev/sdc, depending upon how
# many drives there are on your system

View File

@ -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"