summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul Buetow (mars.fritz.box) <paul@buetow.org>2014-03-16 15:27:31 +0100
committerPaul Buetow (mars.fritz.box) <paul@buetow.org>2014-03-16 15:27:31 +0100
commitd0de34d6cf41b2d1d4c2110ae507a790f91d1a67 (patch)
tree33bcd5b277d8edc5ab1036f08e630b06d15b797f /src
parent995f215de5493d4fa29c9556f44cff7815ea719f (diff)
modify versioning
Diffstat (limited to 'src')
-rwxr-xr-xsrc/foo4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/foo b/src/foo
index eabe0de..8ccad18 100755
--- a/src/foo
+++ b/src/foo
@@ -1,3 +1,5 @@
#!/bin/bash
-echo "Hello World, I am a fake project"
+declare -r VERSION='VERSION_DEVEL'
+
+echo "This is version $VERSION of the example template project."