aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-01 10:07:14 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-01 10:07:14 +1300
commit8a0202f992eca9598ddea1dea81419be5545e55e (patch)
tree5532602eae121a44797ee497d6e7eeb05015514e
parentMerge branch 'release/v0.3.0' (diff)
parentQuote filename correctly in dfv(1df) (diff)
downloaddotfiles-0.3.1.tar.gz (sig)
dotfiles-0.3.1.zip
Merge branch 'hotfix/v0.3.1'v0.3.1
* hotfix/v0.3.1: Quote filename correctly in dfv(1df) Bump version number to 0.3.1
-rw-r--r--VERSION4
-rw-r--r--bin/dfv.mi52
2 files changed, 3 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index e14f509a..a0cf7f87 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v0.3.0
-Tue Oct 31 20:36:26 UTC 2017
+tejr dotfiles v0.3.1
+Tue Oct 31 21:05:17 UTC 2017
diff --git a/bin/dfv.mi5 b/bin/dfv.mi5
index 02f1721d..0dedd0cb 100644
--- a/bin/dfv.mi5
+++ b/bin/dfv.mi5
@@ -1,7 +1,7 @@
# Print dotfiles version information
cat <<'EOF'
<%
- include(VERSION)
+ include(`VERSION')
syscmd(`printf "Built on %s by %s@%s\n" "$(date)" "$(id -nu)" "$(uname -n)"')
%>
The next 1<<10 years are ours!