aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2012-01-30 17:04:18 +0000
committerPatrick J Cherry <patrick@bytemark.co.uk>2012-01-30 17:04:18 +0000
commit647812414ad569ec4aa435aaf00c40bfdebe9375 (patch)
treea03ab7952f210dafe71a2e92343f2db49b2c6522
parente8e1ffc2130eaf2c64a441d9afcd596bde7d4795 (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 56ac099..c239e5c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mauvealert (3.7.1) stable; urgency=low
+
+ * Fixed debian packaging to install everything.
+
+ -- Patrick J Cherry <patrick@bytemark.co.uk> Mon, 30 Jan 2012 17:03:48 +0000
+
mauvealert (3.7.0) stable; urgency=low
* Bundled timer in with processor. What could go wrong..?
diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb
index d27b796..8a01f65 100644
--- a/lib/mauve/version.rb
+++ b/lib/mauve/version.rb
@@ -5,6 +5,6 @@ module Mauve
#
# Current version
- VERSION="3.6.3"
+ VERSION="3.7.1"
end