瀏覽代碼

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,6 +20,8 @@
20 20
 # You should have received a copy of the GNU General Public License
21 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 26
 # typically /dev/sdb or /dev/sdc, depending upon how
25 27
 # many drives there are on your system

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

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