aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2011-10-04 15:30:20 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2011-10-04 15:30:20 +0100
commitae7f0891675ce1fdafa0c2b8e880576fc621fb99 (patch)
tree097dc12135a17ac99a91ce94ce72f7db225181dc
parent9feaeddc1c41845f00ebe84cf35d6934d1158119 (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 9195150..a67e957 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mauvealert (3.5.10) stable; urgency=low
+
+ * Fixed up Pop3Client class to work.
+
+ -- Patrick J Cherry <patrick@bytemark.co.uk> Tue, 04 Oct 2011 15:29:22 +0100
+
mauvealert (3.5.9) stable; urgency=low
* Improve documentation in code
diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb
index 9a9355e..926d01f 100644
--- a/lib/mauve/version.rb
+++ b/lib/mauve/version.rb
@@ -5,6 +5,6 @@ module Mauve
#
# Current version
- VERSION="3.5.9"
+ VERSION="3.5.10"
end