aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2011-07-20 16:15:48 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2011-07-20 16:15:48 +0100
commitd3a3cfef9650b08f62db62bd7e86b673f9d77d0b (patch)
tree64a61263442a205299274dc7a6c6b613dfe8413a
parent645c47d975e3c34a092acddf4a5f9420010755bc (diff)
Bumped version
-rw-r--r--debian/changelog7
-rw-r--r--lib/mauve/version.rb2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 2cacc71..be8f647 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mauvealert (3.1.6) stable; urgency=low
+
+ * Added new heartbeat to remote mauve
+ * Added alert URL to messages.
+
+ -- Patrick J Cherry <patrick@bytemark.co.uk> Wed, 20 Jul 2011 16:15:07 +0100
+
mauvealert (3.1.5) stable; urgency=low
* mauvesend can now specify an absolute time
diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb
index 139b8eb..a4be324 100644
--- a/lib/mauve/version.rb
+++ b/lib/mauve/version.rb
@@ -1,5 +1,5 @@
module Mauve
- VERSION="3.1.5"
+ VERSION="3.1.6"
end