Author: tack
Date: Tue Sep 26 02:25:16 2006
New Revision: 1903

Modified:
   trunk/evas/setup.py

Log:
Up version requirement.


Modified: trunk/evas/setup.py
==============================================================================
--- trunk/evas/setup.py (original)
+++ trunk/evas/setup.py Tue Sep 26 02:25:16 2006
@@ -40,8 +40,8 @@
 evasso = Extension('kaa.evas._evasmodule', files, config='src/config.h')
 evasso.config('#define BENCHMARK')
 
-if not evasso.check_library('evas', '0.9.9.022'):
-    print 'Evas >= 0.9.9.022 not found'
+if not evasso.check_library('evas', '0.9.9.032'):
+    print 'Evas >= 0.9.9.032 not found'
     print 'Download from http://enlightenment.freedesktop.org/'
     sys.exit(1)
 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to