config/companion_libs/mpc.in
changeset 3325 069f43a215cc
parent 3220 2685dfa9de14
     1.1 --- a/config/companion_libs/mpc.in	Thu May 23 17:51:15 2013 +0200
     1.2 +++ b/config/companion_libs/mpc.in	Wed Jun 25 23:33:01 2014 +0200
     1.3 @@ -6,6 +6,10 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config MPC_V_1_0_2
     1.8 +    bool
     1.9 +    prompt "1.0.2"
    1.10 +
    1.11  config MPC_V_1_0_1
    1.12      bool
    1.13      prompt "1.0.1"
    1.14 @@ -22,7 +26,6 @@
    1.15      bool
    1.16      prompt "0.8.2"
    1.17  
    1.18 -
    1.19  config MPC_V_0_8_1
    1.20      bool
    1.21      prompt "0.8.1"
    1.22 @@ -37,6 +40,7 @@
    1.23      string
    1.24  # Don't remove next line
    1.25  # CT_INSERT_VERSION_STRING_BELOW
    1.26 +    default "1.0.2" if MPC_V_1_0_2
    1.27      default "1.0.1" if MPC_V_1_0_1
    1.28      default "1.0" if MPC_V_1_0
    1.29      default "0.9" if MPC_V_0_9