about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-03-20 19:41:50 +0000
committerEric Wong <e@80x24.org>2017-03-20 19:41:50 +0000
commit18049d5b11ceab7cf3b7ea800b87cb122bf59664 (patch)
tree272bfdbe641c3f1b45a143ceee1cb7d86923d205
parent6c1222c373ef0152fb807f212595476e2377f74e (diff)
downloadruby_posix_mq-2.4.0.tar.gz
Most notably there are some FreeBSD fixes.  There are also
some minor internal cleanups and doc updates.

7 changes since 2.3.0 (2016-02-02):

      doc: remove private email address
      doc: update bogomips.org URLs to HTTPS
      set correct condition for setting id_autoclose
      test_posix_mq: get tests passing under FreeBSD 10.3
      TypedData C-API conversion
      freeze internal objects
      build: remove build-time olddoc dependency
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--posix_mq.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 93f6f65..8fc5dc1 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.3.0
+DEF_VER=v2.4.0
 
 LF='
 '
diff --git a/posix_mq.gemspec b/posix_mq.gemspec
index 116f0ed..a6c4d55 100644
--- a/posix_mq.gemspec
+++ b/posix_mq.gemspec
@@ -1,5 +1,5 @@
 # -*- encoding: binary -*-
-ENV["VERSION"] ||= '2.3.0'
+ENV["VERSION"] ||= '2.4.0'
 if File.exist?('.manifest')
   manifest = IO.readlines('.manifest').map!(&:chomp!)
 else