about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-09-10 23:28:48 +0000
committerEric Wong <normalperson@yhbt.net>2013-09-10 23:28:48 +0000
commit5ef37bdc900b9d06d450cbbc5f5bece4b561bb42 (patch)
tree67e7a92be61f1e05884f62cc7ad35c95a8163673
parent22d87865684a93b73b622de265ac116a930b7630 (diff)
downloadmogilefs-client-5ef37bdc900b9d06d450cbbc5f5bece4b561bb42.tar.gz
Only one bugfix:
  new_file/stream: correct declare errors array correctly

This only triggered on rare syscall errors
(Errno::EMFILE/Errno::ENFILE)
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
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),