about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-02-28 22:10:15 +0000
committerEric Wong <normalperson@yhbt.net>2012-02-28 22:10:15 +0000
commitcea1724c77e4af0f2db2e694114aff9f51ff91f7 (patch)
tree2cb5cd1feb60aeaed3754df7a28912204158d8ba
parent7d7d30329e806d38350cd8eba161d3157e5bbca4 (diff)
downloadmogilefs-client-cea1724c77e4af0f2db2e694114aff9f51ff91f7.tar.gz
This releases fixes problems short reads when slurping files
into memory.  Thanks to Matthew Draper for this fix.
There are also minor documentation updates.
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 5fc5d46..909db8d 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/usr/bin/env ruby
 CONSTANT = "MogileFS::VERSION"
 RVF = "lib/mogilefs/version.rb"
-DEF_VER = "v3.1.0"
+DEF_VER = "v3.1.1"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),