aboutsummaryrefslogtreecommitdiffstats
path: root/squashfu
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2010-01-13 20:04:05 -0500
committerDave Reisner <d@falconindy.com>2010-01-13 20:04:05 -0500
commit8acda70008db6820f4047d78ea8a5fb1fa09640a (patch)
treecba24eac242333b5f9b69e60c4ad4b959c433d11 /squashfu
parent5e7d5935a1e33fcf083f844ae23cba5574210daa (diff)
downloadsquashfu-8acda70008db6820f4047d78ea8a5fb1fa09640a.tar.gz
Move VER string to main script where it'll actually be updated pull to pull
Diffstat (limited to 'squashfu')
-rwxr-xr-xsquashfu1
1 files changed, 1 insertions, 0 deletions
diff --git a/squashfu b/squashfu
index 43acc5d..39c5952 100755
--- a/squashfu
+++ b/squashfu
@@ -1,4 +1,5 @@
#!/bin/bash
+VER="0.8dev-5e7d59"
CONFIG="/etc/squashfu.conf"
source "$CONFIG"