complibs/ppl: add latest version 0.11
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri Aug 06 22:42:55 2010 +0200 (2010-08-06)
changeset 207272b3996ba3e6
parent 2071 5526fb72a893
child 2075 edc7c7958e80
complibs/ppl: add latest version 0.11

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
config/companion_libs/ppl.in
     1.1 --- a/config/companion_libs/ppl.in	Fri Aug 06 00:00:26 2010 +0200
     1.2 +++ b/config/companion_libs/ppl.in	Fri Aug 06 22:42:55 2010 +0200
     1.3 @@ -6,6 +6,11 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config PPL_V_0_11
     1.8 +    bool
     1.9 +    prompt "0.11 (EXPERIMENTAL)"
    1.10 +    depends on EXPERIMENTAL
    1.11 +
    1.12  config PPL_V_0_10_2
    1.13      bool
    1.14      prompt "0.10.2"
    1.15 @@ -16,4 +21,5 @@
    1.16      string
    1.17  # Don't remove next line
    1.18  # CT_INSERT_VERSION_STRING_BELOW
    1.19 +    default "0.11" if PPL_V_0_11
    1.20      default "0.10.2" if PPL_V_0_10_2