diff -r dabf9572e240 -r f04a1f18c2bb config/companion_libs/mpc.in --- a/config/companion_libs/mpc.in Sun Jan 31 12:27:55 2010 +0100 +++ b/config/companion_libs/mpc.in Wed Jun 16 18:55:20 2010 +0200 @@ -6,6 +6,11 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config MPC_V_0_8_2 + bool + prompt "0.8.2 (EXPERIMENTAL)" + depends on EXPERIMENTAL + config MPC_V_0_8_1 bool prompt "0.8.1" @@ -25,6 +30,7 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + 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 default "0.6" if MPC_V_0_6