diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-09-06 15:56:43 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-09-06 15:56:43 +0100 |
commit | 3eb0e2921d70258f0935ae88896f2267f0494afb (patch) | |
tree | 1ebb1af058c3dfb8fc4546ef14b1111be6c278a3 | |
parent | 91d6e6d32c7c1a1455479b7e65cb09ae0ad44b16 (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 3aa6d08..67852cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mauvealert (3.5.6) lucid; urgency=low + + * XMPP interface now saves note. + + -- Patrick J Cherry <patrick@bytemark.co.uk> Tue, 06 Sep 2011 15:56:01 +0100 + mauvealert (3.5.5) stable; urgency=low * Further updates to the suppression code. Should be much better now. diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb index 9900fee..5ec90f6 100644 --- a/lib/mauve/version.rb +++ b/lib/mauve/version.rb @@ -1,5 +1,5 @@ module Mauve - VERSION="3.5.5" + VERSION="3.5.6" end |