浏览代码

Add a version number

Bob Mottram 10 年前
父节点
当前提交
83b51b06f1
共有 2 个文件被更改,包括 5 次插入0 次删除
  1. 2
    0
      initial_setup.sh
  2. 3
    0
      install-freedombone.sh

+ 2
- 0
initial_setup.sh 查看文件

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

+ 3
- 0
install-freedombone.sh 查看文件

87
 # Are we installing on a Beaglebone Black (BBB) or some other system?
87
 # Are we installing on a Beaglebone Black (BBB) or some other system?
88
 INSTALLING_ON_BBB="yes"
88
 INSTALLING_ON_BBB="yes"
89
 
89
 
90
+# Version number of this script
91
+VERSION="1.00"
92
+
90
 # Different system variants which may be specified within
93
 # Different system variants which may be specified within
91
 # the SYSTEM_TYPE option
94
 # the SYSTEM_TYPE option
92
 VARIANT_WRITER="writer"
95
 VARIANT_WRITER="writer"