From 5d975e3c1edd86f372ba1fadce35128c873e8493 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Tue, 13 May 2014 22:17:32 +0200 Subject: New release --- .version | 2 +- debian/changelog | 6 ++++++ docs/photoalbum.1 | 2 +- src/photoalbum.sh | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.version b/.version index 1d0ba9e..267577d 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.4.0 +0.4.1 diff --git a/debian/changelog b/debian/changelog index 7a856cf..337c81b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +photoalbum (0.4.1) stable; urgency=low + + * Fix the version string + + -- Paul Buetow Tue, 13 May 2014 22:16:57 +0200 + photoalbum (0.4.0) stable; urgency=low * Support of sub-albums including album overview page diff --git a/docs/photoalbum.1 b/docs/photoalbum.1 index 6440f0b..70c217d 100644 --- a/docs/photoalbum.1 +++ b/docs/photoalbum.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "PHOTOALBUM 1" -.TH PHOTOALBUM 1 "2014-05-13" "photoalbum 0.4.0" "User Commands" +.TH PHOTOALBUM 1 "2014-05-13" "photoalbum 0.4.1" "User Commands" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/src/photoalbum.sh b/src/photoalbum.sh index d023864..a047339 100755 --- a/src/photoalbum.sh +++ b/src/photoalbum.sh @@ -3,7 +3,7 @@ # photoalbum (c) 2011 - 2014 by Paul C. Buetow # http://photoalbum.buetow.org -declare -r VERSION='0.3.1develop' +declare -r VERSION='PHOTOALBUMVERSION' declare -r DEFAULTRC=/etc/default/photoalbum declare -r ARG1="${1}" ; shift declare RC_FILE="${1}" ; shift -- cgit v1.2.3