eina: Fix EINA_INLIST_FOREACH_SAFE macro
[profile/ivi/eina.git] / README
diff --git a/README b/README
index 2645f8f..7b6794a 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Eina 1.0.0 BETA
+Eina 1.7.99
 
 ******************************************************************************
 
@@ -10,15 +10,13 @@ Eina 1.0.0 BETA
 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