summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-04-25 22:40:55 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-04-25 22:40:55 +0200
commit52957665ac4975bff06a82e4169e99a60524a6a4 (patch)
tree4f349b6b0dd1daafd6b789a2e3a37d683e90653e
parent80c11812e1e1c3c33158cd25eb0db0dba1ced4e7 (diff)
downloadffi-efl-52957665ac4975bff06a82e4169e99a60524a6a4.zip
ffi-efl-52957665ac4975bff06a82e4169e99a60524a6a4.tar.gz
release goes 0.2.00.0.2
-rw-r--r--Changelog6
-rw-r--r--README.rdoc4
-rw-r--r--lib/efl.rb2
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 <jeremy@asynk.ch>
+ * 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 <jeremy@asynk.ch>
* 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'