lib/ezmlm.rb
changeset 20 9d59d30685cb
parent 18 9aaac749fd9f
child 22 d1b9dd767e3a
--- a/lib/ezmlm.rb	Tue May 16 13:58:56 2017 -0700
+++ b/lib/ezmlm.rb	Tue May 16 15:52:05 2017 -0700
@@ -1,5 +1,6 @@
 # vim: set nosta noet ts=4 sw=4:
 
+require 'pathname'
 
 # A Ruby interface to the ezmlm-idx mailing list system.
 #
@@ -9,24 +10,11 @@
 #       puts "\"%s\" <%s>" % [ list.name, list.address ]
 #   end
 #
-#
-# == Version
-#
-#  $Id$
-#
-#---
-#
-# Please see the file LICENSE in the base directory for licensing details.
-#
-
-require 'pathname'
-
-
-### Toplevel namespace module
 module Ezmlm
+	# $Id$
 
 	# Package version
-	VERSION = '1.0.0'
+	VERSION = '1.0.1'
 
 	# Suck in the components.
 	#