about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-08-06 20:58:04 +0000
committerEric Wong <normalperson@yhbt.net>2012-08-06 20:58:04 +0000
commit86f36a2d88aca8fdef45fd2a757f98a593935ba9 (patch)
tree132a840d4caa82f2fccb40c8d45e8ae2d2c498f5
parenta7fc8eea6fbe774d289676ac197972d8fb6c41f4 (diff)
downloadruby_posix_mq-2.0.0.tar.gz
Blocking methods no longer raise Errno::EINTR (to match
Ruby IO semantics, making code easier to work with).

There are also many FreeBSD-related fixes thanks to
Hleb Valoshka <375gnu@gmail.com> and small 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 88b943a..0550f7e 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.0.0.GIT
+DEF_VER=v2.0.0.GIT
 
 LF='
 '