config/companion_libs/ppl.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Feb 23 00:12:16 2011 +0100 (2011-02-23)
changeset 2319 ef1c7007dfeb
parent 2072 72b3996ba3e6
child 2338 006e955b2343
permissions -rw-r--r--
complibs/mpc: add latest version 0.9

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
     1 # PPL options
     2 
     3 choice
     4     bool
     5     prompt "PPL version"
     6 # Don't remove next line
     7 # CT_INSERT_VERSION_BELOW
     8 
     9 config PPL_V_0_11_1
    10     bool
    11     prompt "0.11.1 (EXPERIMENTAL)"
    12     depends on EXPERIMENTAL
    13 
    14 config PPL_V_0_11
    15     bool
    16     prompt "0.11 (EXPERIMENTAL)"
    17     depends on EXPERIMENTAL
    18 
    19 config PPL_V_0_10_2
    20     bool
    21     prompt "0.10.2"
    22 
    23 endchoice
    24 
    25 config PPL_VERSION
    26     string
    27 # Don't remove next line
    28 # CT_INSERT_VERSION_STRING_BELOW
    29     default "0.11.1" if PPL_V_0_11_1
    30     default "0.11" if PPL_V_0_11
    31     default "0.10.2" if PPL_V_0_10_2