config/companion_libs/mpc.in
changeset 3220 2685dfa9de14
parent 3142 6569f6a9060c
child 3284 f9dec799e51e
     1.1 --- a/config/companion_libs/mpc.in	Wed Dec 26 11:53:05 2012 +0100
     1.2 +++ b/config/companion_libs/mpc.in	Thu May 23 17:51:15 2013 +0200
     1.3 @@ -6,6 +6,14 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config MPC_V_1_0_1
     1.8 +    bool
     1.9 +    prompt "1.0.1"
    1.10 +
    1.11 +config MPC_V_1_0
    1.12 +    bool
    1.13 +    prompt "1.0"
    1.14 +
    1.15  config MPC_V_0_9
    1.16      bool
    1.17      prompt "0.9"
    1.18 @@ -29,6 +37,8 @@
    1.19      string
    1.20  # Don't remove next line
    1.21  # CT_INSERT_VERSION_STRING_BELOW
    1.22 +    default "1.0.1" if MPC_V_1_0_1
    1.23 +    default "1.0" if MPC_V_1_0
    1.24      default "0.9" if MPC_V_0_9
    1.25      default "0.8.2" if MPC_V_0_8_2
    1.26      default "0.8.1" if MPC_V_0_8_1