about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2018-12-15 04:37:21 +0000
committerEric Wong <e@80x24.org>2018-12-15 04:37:21 +0000
commit22af809d6929f90340eb8e6c96dd207a6fc93fb1 (patch)
treeb518d9c62937b5da13a77e1e4d6950825fa5a27d
parent70a2d819b94fd2c5d6016589ab698fa010990bb8 (diff)
downloadsleepy_penguin-22af809d6929f90340eb8e6c96dd207a6fc93fb1.tar.gz
This release fixes some minor things for kqueue and clang
users.  Not much going on... *yawn*

6 changes since v3.5.0 (2017-03-22):

      kqueue: ensure close-on-exec flag is set
      kqueue: modernize Struct usage for Ruby 2.5.0dev
      fix 64-to-32-bit truncation warning
      kqueue: get rid of unused variable warnings
      epoll: avoid reduce block capture and ivar requests
      doc: use HTTPS URLS when possible
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--sleepy_penguin.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 96fcc26..1f14069 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v3.5.0
+DEF_VER=v3.5.1
 GVH=ext/sleepy_penguin/git_version.h
 
 LF='
diff --git a/sleepy_penguin.gemspec b/sleepy_penguin.gemspec
index 17e6d0b..6f1aac5 100644
--- a/sleepy_penguin.gemspec
+++ b/sleepy_penguin.gemspec
@@ -3,7 +3,7 @@ manifest = File.exist?('.manifest') ?
 
 Gem::Specification.new do |s|
   s.name = %q{sleepy_penguin}
-  s.version = (ENV['VERSION'] || '3.5.0').dup
+  s.version = (ENV['VERSION'] || '3.5.1').dup
   s.homepage = 'https://bogomips.org/sleepy_penguin/'
   s.authors = ['sleepy_penguin hackers']
   s.description = File.read('README').split("\n\n")[1]