Prefer rb_funcall2() over rb_funcall().
[ruby-eet.git] / lib / eet.rb
index 95e1e469dd21307d61447169ed92536b877059d6..5a2d06a2aa8788bf846fd095418299e174961f93 100644 (file)
@@ -1,7 +1,5 @@
 #--
-# $Id: eet.rb 60 2005-06-08 16:18:32Z tilman $
-#
-# Copyright (c) 2005 Tilman Sauerbeck (tilman at code-monkey de)
+# Copyright (c) 2005-2007 Tilman Sauerbeck (tilman at code-monkey de)
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
@@ -94,7 +92,7 @@ class Hash # :nodoc:
 end
 
 module Eet
-       VERSION = "0.1.3"
+       VERSION = "0.1.4"
 
        class ChunkError < EetError; end