eina: Fix EINA_INLIST_FOREACH_SAFE macro
[profile/ivi/eina.git] / README
diff --git a/README b/README
index 9b2c7ac..7b6794a 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Eina 1.0.0 ALPHA
+Eina 1.7.99
 
 ******************************************************************************
 
@@ -10,15 +10,13 @@ Eina 1.0.0 ALPHA
 Requirements:
 -------------
 Must have:
- libc
- libm
- (For windows you also need: evil)
+ libc (pthread or windows threading support, iconv support)
 
 Eina is a library providing data structure utilities for EFL that are meant
 to be lean, efficient and tailored to EFL's needs. This saves each
 library implementing its own custom datatype handling and duplicating
 the code. Some of the datatypes handles are:
-  Arrays (variable sized)
+  Arrays (variable sized, including inline members)
   Hash tables
   Inlined linked lists
   Linked lists