summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-05-13 22:17:32 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-05-13 22:17:32 +0200
commit5d975e3c1edd86f372ba1fadce35128c873e8493 (patch)
tree273542a7b6cf796b371ed4e6c49ab94265552ae8
parent86703f6f325a57f8bfa270b4dff2ea565808d673 (diff)
New release0.4.2
-rw-r--r--.version2
-rw-r--r--debian/changelog6
-rw-r--r--docs/photoalbum.12
-rwxr-xr-xsrc/photoalbum.sh2
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 <paul@buetow.org> 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