Add a version number
This commit is contained in:
parent
7136389202
commit
83b51b06f1
|
@ -20,6 +20,8 @@
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# 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
|
# typically /dev/sdb or /dev/sdc, depending upon how
|
||||||
# many drives there are on your system
|
# many drives there are on your system
|
||||||
|
|
|
@ -87,6 +87,9 @@ SYSTEM_TYPE=$4
|
||||||
# Are we installing on a Beaglebone Black (BBB) or some other system?
|
# Are we installing on a Beaglebone Black (BBB) or some other system?
|
||||||
INSTALLING_ON_BBB="yes"
|
INSTALLING_ON_BBB="yes"
|
||||||
|
|
||||||
|
# Version number of this script
|
||||||
|
VERSION="1.00"
|
||||||
|
|
||||||
# Different system variants which may be specified within
|
# Different system variants which may be specified within
|
||||||
# the SYSTEM_TYPE option
|
# the SYSTEM_TYPE option
|
||||||
VARIANT_WRITER="writer"
|
VARIANT_WRITER="writer"
|
||||||
|
|
Loading…
Reference in New Issue