From c3d0e079729eedbccd6f8ddee0bdac9ae9fdcc6b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 23 Feb 2011 16:09:46 -0800 Subject: posix_mq 0.7.0 - cleanups + portability fixes This release now works for systems other than Linux and FreeBSD that support POSIX message queues. This is usable for systems without mq_timedsend() or mq_timedreceive() but with the non-timed variants (timeouts wont work). Thanks to Tadeusz Bochan for testing. Ruby posix_mq is now dual-licensed under the GPLv2 (as well as the preferred LGPLv3) for compatibility with existing GPLv2-only code. --- GIT-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GIT-VERSION-GEN') diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 6eb2f70..ce2977d 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v0.6.0.GIT +DEF_VER=v0.7.0.GIT LF=' ' -- cgit v1.2.3-24-ge0c7