aboutsummaryrefslogtreecommitdiff
path: root/lib/mauve/version.rb
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2011-07-15 15:27:55 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2011-07-15 15:27:55 +0100
commiteb76e0b20da5ac71f304a930df5c0f9fcf56652b (patch)
treeeaaa973f051740ec3fb8025508f121d06452dfd3 /lib/mauve/version.rb
parent18b0906630ab4165d1e8b4bc66d7446b17c31605 (diff)
* Upped the version to 3.1.0.
* Added a Mauve::VERSION constant * Updated manpages, and help to be better.
Diffstat (limited to 'lib/mauve/version.rb')
-rw-r--r--lib/mauve/version.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb
new file mode 100644
index 0000000..361b239
--- /dev/null
+++ b/lib/mauve/version.rb
@@ -0,0 +1,5 @@
+module Mauve
+
+ VERSION="3.1.0"
+
+end