about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-02-21 20:07:11 +0000
committerEric Wong <normalperson@yhbt.net>2013-02-21 20:33:11 +0000
commit9d5770ea12d78c88e5accfbc12b81f8c3af4ed30 (patch)
treee45a3612bc37e63274b7d0b4ca64dd569dbace2e
parent70c516713c2dfdfd4168b175db7b7642833ef585 (diff)
downloadmogilefs-client-9d5770ea12d78c88e5accfbc12b81f8c3af4ed30.tar.gz
We no longer send an empty zone= parameter in create_open
calls.  Additionally, if we detect send() failure on a socket,
assume a tracker has been restarted and restart the request.
There are also some minor code cleanups.
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 385bb29..df0464e 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.5.0"
+DEF_VER = "v3.6.0"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),