about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-06-25 11:08:20 +0000
committerEric Wong <e@80x24.org>2015-06-25 11:08:20 +0000
commitd3c50f33c877ce081efbd354940471e8e1f66843 (patch)
tree0e13e955760927b15e8e59ffa40003d67dd4dcf2
parent6cba7e931880e98b8bea13da907b588b0ebfc541 (diff)
downloadmogilefs-client-d3c50f33c877ce081efbd354940471e8e1f66843.tar.gz
shortlog of changes since v3.8.0:

* test/test_fresh.rb: fix breakage from Ruby-trunk r50118
* use monotonic clock if possible on Ruby 2.1+
* avoid defineclass instructions for empty classes
* HACKING: minor documentation updates
* mogilefs/socket/pure_ruby: use IO#wait_*able
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index ace4427..e1a3a2b 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -2,7 +2,7 @@
 CONSTANT = "MogileFS::VERSION"
 RVF = "lib/mogilefs/version.rb"
 GVF = "GIT-VERSION-FILE"
-DEF_VER = "v3.8.0"
+DEF_VER = "v3.9.0"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),