From 86f36a2d88aca8fdef45fd2a757f98a593935ba9 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 6 Aug 2012 20:58:04 +0000 Subject: posix_mq 2.0.0 - a minor API change + FreeBSD fixes 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. --- GIT-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=' ' -- cgit v1.2.3-24-ge0c7