aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2012-11-29 16:17:54 +0000
committerPatrick J Cherry <patrick@bytemark.co.uk>2012-11-29 16:17:54 +0000
commit309273002adafe1fa67c4639d58468904e6baab2 (patch)
treebf42336ec6a134a89fae2d35e6a82d8326e44c44
parentfff7bee7084677a2f61c53ce8afa0fba99d75fe1 (diff)
Version bump
-rw-r--r--debian/changelog6
-rw-r--r--lib/mauve/version.rb2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 50b681c..d6989bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mauvealert (3.13.1-1) stable; urgency=low
+
+ * Rewrote decision code for notifying on save for an alert.
+
+ -- Patrick J Cherry <patrick@bytemark.co.uk> Thu, 29 Nov 2012 16:17:11 +0000
+
mauvealert (3.12.1-1) stable; urgency=low
* Added optional notification suppression for alerts.
diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb
index e0ba8a7..4b696c1 100644
--- a/lib/mauve/version.rb
+++ b/lib/mauve/version.rb
@@ -5,6 +5,6 @@ module Mauve
#
# Current version
- VERSION="3.12.1"
+ VERSION="3.13.1"
end