diff options
-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 4f2c03b..c3b0e0d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mauvealert (3.6.2) lucid; urgency=low + + * Tinkered with dependencies + + -- Patrick J Cherry <patrick@bytemark.co.uk> Mon, 07 Nov 2011 10:09:54 +0000 + mauvealert (3.6.1) stable; urgency=low * Fixed up alert ack parsing a bit. diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb index 487b3a6..312b9ae 100644 --- a/lib/mauve/version.rb +++ b/lib/mauve/version.rb @@ -5,6 +5,6 @@ module Mauve # # Current version - VERSION="3.6.1" + VERSION="3.6.2" end |