about summary refs log tree commit homepage
path: root/lib/kcar.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kcar.rb')
-rw-r--r--lib/kcar.rb7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/kcar.rb b/lib/kcar.rb
index 1fe0554..55ac527 100644
--- a/lib/kcar.rb
+++ b/lib/kcar.rb
@@ -1,13 +1,8 @@
 # -*- encoding: binary -*-
 module Kcar
-
-  # current version of Kcar, currently 0.2.0
-  # This constant is deprecated and will be removed in the next
-  # release.  Use +respond_to?+ or +defined?+ instead to test for features.
-  VERSION = "0.2.0"
-
   autoload :Response, 'kcar/response'
 end
 
+require 'kcar/version'
 require 'kcar/parser'
 require 'kcar_ext'