From 330846614470a64f34b671852ce4bf0f789aeb62 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 27 Feb 2011 11:11:19 +0000 Subject: [PATCH] bump version to 0.8.0pre Remove the VERSION constant, it's cruft. --- GIT-VERSION-GEN | 2 +- lib/posix_mq.rb | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index ce2977d..29b682f 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v0.7.0.GIT +DEF_VER=v0.8.0pre.GIT LF=' ' diff --git a/lib/posix_mq.rb b/lib/posix_mq.rb index 72d6ebc..a059cf8 100644 --- a/lib/posix_mq.rb +++ b/lib/posix_mq.rb @@ -6,11 +6,6 @@ # See the link:README for examples on how to use it. class POSIX_MQ - # version of POSIX_MQ, currently 0.7.0 - # This constant is deprecated and will be removed in the next - # release. Use +respond_to?+ instead to test for features. - VERSION = "0.7.0" - # An analogous Struct to "struct mq_attr" in C. # This may be used in arguments for POSIX_MQ.new and # POSIX_MQ#attr=. POSIX_MQ#attr returns an instance -- 2.11.4.GIT