yann@1384: # MPC options yann@1384: yann@1384: choice yann@1384: bool yann@1384: prompt "MPC version" yann@1535: # Don't remove next line yann@1535: # CT_INSERT_VERSION_BELOW yann@1384: danielrubiob@3284: config MPC_V_1_0_2 danielrubiob@3284: bool danielrubiob@3284: prompt "1.0.2" danielrubiob@3284: danielrubiob@3220: config MPC_V_1_0_1 danielrubiob@3220: bool danielrubiob@3220: prompt "1.0.1" danielrubiob@3220: danielrubiob@3220: config MPC_V_1_0 danielrubiob@3220: bool danielrubiob@3220: prompt "1.0" danielrubiob@3220: yann@2319: config MPC_V_0_9 yann@2319: bool yann@2957: prompt "0.9" yann@2319: yann@1985: config MPC_V_0_8_2 yann@1985: bool yann@2957: prompt "0.8.2" yann@2957: yann@1695: config MPC_V_0_8_1 yann@1695: bool yann@1783: prompt "0.8.1" yann@1695: yann@1534: config MPC_V_0_7 yann@1534: bool yann@1534: prompt "0.7" yann@1534: yann@1384: endchoice yann@1384: yann@1384: config MPC_VERSION yann@1384: string yann@1535: # Don't remove next line yann@1535: # CT_INSERT_VERSION_STRING_BELOW danielrubiob@3284: default "1.0.2" if MPC_V_1_0_2 danielrubiob@3220: default "1.0.1" if MPC_V_1_0_1 danielrubiob@3220: default "1.0" if MPC_V_1_0 yann@2319: default "0.9" if MPC_V_0_9 yann@1985: default "0.8.2" if MPC_V_0_8_2 yann@1695: default "0.8.1" if MPC_V_0_8_1 yann@1534: default "0.7" if MPC_V_0_7