diff -r f04a1f18c2bb -r a52574521bea config/companion_libs/mpc.in --- a/config/companion_libs/mpc.in Wed Jun 16 18:55:20 2010 +0200 +++ b/config/companion_libs/mpc.in Thu Aug 18 16:05:48 2011 +0200 @@ -6,6 +6,11 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config MPC_V_0_9 + bool + prompt "0.9 (EXPERIMENTAL)" + depends on EXPERIMENTAL + config MPC_V_0_8_2 bool prompt "0.8.2 (EXPERIMENTAL)" @@ -30,6 +35,7 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "0.9" if MPC_V_0_9 default "0.8.2" if MPC_V_0_8_2 default "0.8.1" if MPC_V_0_8_1 default "0.7" if MPC_V_0_7