summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow (mars.fritz.box) <paul@buetow.org>2013-12-29 15:39:27 +0100
committerPaul Buetow (mars.fritz.box) <paul@buetow.org>2013-12-29 15:39:27 +0100
commit5db7702df13374883d14a191b3c92def7ad45779 (patch)
tree8488ae0abc1a70e866bb244cbc53253bcf6e6138
parent5eb6987795bb88ba690dc9ba80716f50da05e075 (diff)
fix version string0.1.1
-rwxr-xr-xsrc/photoalbum2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/photoalbum b/src/photoalbum
index e3210ad..42ffaf3 100755
--- a/src/photoalbum
+++ b/src/photoalbum
@@ -1,7 +1,7 @@
#!/bin/bash
declare -r ARG1="${1}" ; shift
-declare -r VERSION='0.0.0'
+declare -r VERSION='PHOTOALBUMVERSION'
function usage () {
cat - <<USAGE >&2