From 52957665ac4975bff06a82e4169e99a60524a6a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Mon, 25 Apr 2011 22:40:55 +0200 Subject: release goes 0.2.0 --- Changelog | 6 ++++++ README.rdoc | 4 +++- lib/efl.rb | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 9e386ef..b2ae7b4 100644 --- a/Changelog +++ b/Changelog @@ -1,2 +1,8 @@ +2011-04-25 Jérémy Zurcher + * release 0.2.0 + * ecore getopt seems good + * basis of module function mapping and class method_missing usage setup + * small elementary elm_Win test app + 2011-04-08 Jérémy Zurcher * Project creation diff --git a/README.rdoc b/README.rdoc index bac6abe..912f3d1 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,12 +1,14 @@ ffi-efl by Jérémy Zurcher - http://cgit.asynk.ch + http://asynk.ch == DESCRIPTION: ffi-efl is a FFI[https://github.com/ffi/ffi/wiki] binding to Enlightenment Foundation Libraries (eina,eet,evas,ecore,edje...) base components of the Enlightenment project. (EFL API[http://www.enlightenment.org/p.php?p=docs&l=en]) +ffi-efl project is developed on asynk[http://cgit.asynk.ch/cgi-bin/cgit/ffi-efl], github[https://github.com/jeremyz] and gitorious[https://gitorious.org/~jeyzu] + == FEATURES/PROBLEMS: * Project just started diff --git a/lib/efl.rb b/lib/efl.rb index d93e5d7..57dd141 100644 --- a/lib/efl.rb +++ b/lib/efl.rb @@ -4,7 +4,7 @@ # module Efl # - VERSION = '0.0.1' + VERSION = '0.0.2' # autoload :Eet, './lib/efl/eet.rb' autoload :Evas, './lib/efl/evas.rb' -- cgit v1.1-2-g2b99