about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-02-19 15:50:19 -0800
committerEric Wong <normalperson@yhbt.net>2010-02-19 15:50:19 -0800
commit79718dd2b5d7fa05974388d409dec44a298ebefe (patch)
tree5a5c2cedf1bd79e08e5e8a710db09474c248c9e8
parent3f714b9b60879e4e8ce9ed43c62ea9339a09ffe5 (diff)
downloadmogilefs-client-79718dd2b5d7fa05974388d409dec44a298ebefe.tar.gz
The 3.x.x series will probably be incompatible with 2.x.x...
-rw-r--r--lib/mogilefs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mogilefs.rb b/lib/mogilefs.rb
index 5813992..c996b0f 100644
--- a/lib/mogilefs.rb
+++ b/lib/mogilefs.rb
@@ -7,7 +7,7 @@
 
 module MogileFS
 
-  VERSION = '2.1.0'.freeze
+  VERSION = '3.0.0pre'
 
   ##
   # Raised when a socket remains unreadable for too long.