diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-12-29 15:39:27 +0100 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-12-29 15:39:27 +0100 |
| commit | 5db7702df13374883d14a191b3c92def7ad45779 (patch) | |
| tree | 8488ae0abc1a70e866bb244cbc53253bcf6e6138 /src | |
| parent | 5eb6987795bb88ba690dc9ba80716f50da05e075 (diff) | |
fix version string0.1.1
Diffstat (limited to 'src')
| -rwxr-xr-x | src/photoalbum | 2 |
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 |
