From 5ef37bdc900b9d06d450cbbc5f5bece4b561bb42 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 10 Sep 2013 23:28:48 +0000 Subject: [PATCH] Ruby mogilefs-client 3.7.1 Only one bugfix: new_file/stream: correct declare errors array correctly This only triggered on rare syscall errors (Errno::EMFILE/Errno::ENFILE) --- GIT-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 4bfa6d9..fc89e39 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.7.0" +DEF_VER = "v3.7.1" vn = DEF_VER # First see if there is a version file (included in release tarballs), -- 2.11.4.GIT