summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changelog3
-rw-r--r--lib/efl.rb2
2 files changed, 3 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index 8d850e2..7726607 100644
--- a/Changelog
+++ b/Changelog
@@ -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
diff --git a/lib/efl.rb b/lib/efl.rb
index 19b5551..96aa317 100644
--- a/lib/efl.rb
+++ b/lib/efl.rb
@@ -3,7 +3,7 @@
#
module Efl
#
- VERSION = '0.0.10'
+ VERSION = '0.0.11'
#
module MethodResolver
def self.resolve mod, meth, prefix