diff -r 3709e61ad85b -r a8cb9039fade config/companion_libs/cloog.in --- a/config/companion_libs/cloog.in Sun May 05 00:01:05 2013 +0200 +++ b/config/companion_libs/cloog.in Tue Feb 11 21:34:48 2014 +0100 @@ -9,6 +9,11 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config CLOOG_V_0_18_1 + bool + prompt "0.18.1" + select CLOOG_0_18_or_later + config CLOOG_V_0_18_0 bool prompt "0.18.0" @@ -52,6 +57,7 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "0.18.1" if CLOOG_V_0_18_1 default "0.18.0" if CLOOG_V_0_18_0 default "0.15.11" if CLOOG_V_0_15_11 default "0.15.10" if CLOOG_V_0_15_10