diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-12-04 14:34:56 +0000 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-12-04 14:34:56 +0000 |
commit | 67bb4b4eeb7a1f38a6d2f3ed6b52cb11572be4b8 (patch) | |
tree | b5b3e837edcee8d2fbd2c416a0bca6344b3188de | |
parent | 7948b214f7414ad3c550445fbc309bc713b6fddd (diff) |
Version bump
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | lib/mauve/version.rb | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index d36e0dc..c18d307 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mauvealert (3.15.4-1) stable; urgency=low + + * Fixed typo in AlertGroup. + + -- Patrick J Cherry <patrick@bytemark.co.uk> Tue, 04 Dec 2012 14:34:31 +0000 + mauvealert (3.15.3-1) stable; urgency=low * Further fix-ups to the alert notification suppression code. diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb index f70abc4..e5d0a15 100644 --- a/lib/mauve/version.rb +++ b/lib/mauve/version.rb @@ -5,6 +5,6 @@ module Mauve # # Current version - VERSION="3.15.3" + VERSION="3.15.4" end |