about summary refs log tree commit homepage
path: root/lib/posix_mq.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/posix_mq.rb')
-rw-r--r--lib/posix_mq.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/posix_mq.rb b/lib/posix_mq.rb
index b13bfda..72d6ebc 100644
--- a/lib/posix_mq.rb
+++ b/lib/posix_mq.rb
@@ -6,8 +6,10 @@
 # See the link:README for examples on how to use it.
 class POSIX_MQ
 
-  # version of POSIX_MQ, currently 0.6.0
-  VERSION = '0.6.0'
+  # 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