From cea1724c77e4af0f2db2e694114aff9f51ff91f7 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 28 Feb 2012 22:10:15 +0000 Subject: [PATCH] Ruby mogilefs-client 3.1.1 This releases fixes problems short reads when slurping files into memory. Thanks to Matthew Draper for this fix. There are also minor documentation updates. --- GIT-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- 2.11.4.GIT