diff options
-rw-r--r-- | Changelog | 3 | ||||
-rw-r--r-- | lib/efl.rb | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1,9 +1,10 @@ -2012-01-xx Jérémy Zurcher <jeremy@asynk.ch> +2012-02-29 Jérémy Zurcher <jeremy@asynk.ch> * remove usage of autoload * efl.rb holds objects and method_missing helper code * native.rb only helps for ffi mapping * follow new elementary header split * object constructors use instance_eval instead of yield + * elm widgets complete but rough 2011-09-02 Jérémy Zurcher <jeremy@asynk.ch> * release 0.0.9 @@ -3,7 +3,7 @@ # module Efl # - VERSION = '0.0.10' + VERSION = '0.0.11' # module MethodResolver def self.resolve mod, meth, prefix |