about summary refs log tree commit homepage
path: root/lib/mogilefs.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-11-11 17:39:25 -0800
committerEric Wong <normalperson@yhbt.net>2011-11-11 17:47:57 -0800
commit89e0eb49aa39b22b3de041dcc1db4ce6fe6c2a07 (patch)
tree26be8259b7b9e6c9653d4140ccdc49d5e0dee951 /lib/mogilefs.rb
parentb2c478eb88f442adb44b1fbe21ee25c1d368ae89 (diff)
downloadmogilefs-client-89e0eb49aa39b22b3de041dcc1db4ce6fe6c2a07.tar.gz
GIT-VERSION-GEN was ported from Bourne shell to Ruby.
Diffstat (limited to 'lib/mogilefs.rb')
-rw-r--r--lib/mogilefs.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mogilefs.rb b/lib/mogilefs.rb
index d20f0f9..eb8086e 100644
--- a/lib/mogilefs.rb
+++ b/lib/mogilefs.rb
@@ -5,8 +5,7 @@
 # Client usage information is available in MogileFS::MogileFS.
 module MogileFS
   # :stopdoc:
-
-  VERSION = '2.2.0'
+  #
 
   # Standard error class for most MogileFS-specific errors
   class Error < StandardError; end
@@ -69,3 +68,4 @@ require 'mogilefs/http_reader'
 require 'mogilefs/client'
 require 'mogilefs/bigfile'
 require 'mogilefs/mogilefs'
+require 'mogilefs/version' # generated by ./GIT-VERSION-GEN