about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-11-11 22:07:48 +0000
committerEric Wong <e@80x24.org>2019-11-11 22:07:48 +0000
commit002a29318f35512ecccb4e25f831ea68a7fb0ec0 (patch)
tree29b5f2ed3e6783c1c01e7fed661a8af7b6d8e4a2
parentb10f5b38d524377fc4bc93899fba5fe0132635a1 (diff)
downloadmogilefs-client-002a29318f35512ecccb4e25f831ea68a7fb0ec0.tar.gz
Minor cleanups, mainly to fix annoying warnings in Ruby 2.7.0dev.

4 changes since v3.12.0 (2019-01-02):

      pkg.mk: use dark216 olddoc theme for Earth Day 2019
      mogilefs: actually use kwarg for Net::HTTP::Persistent.new
      fix more indentation warnings
      test_client: quiet warnings about redefining accessors
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 3be1141..53ba016 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.12.0"
+DEF_VER = "v3.12.1"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),