config/companion_libs/ppl.in
changeset 2318 11c21c4c5c51
parent 2072 72b3996ba3e6
child 2338 006e955b2343
     1.1 --- a/config/companion_libs/ppl.in	Fri Aug 06 22:42:55 2010 +0200
     1.2 +++ b/config/companion_libs/ppl.in	Wed Feb 23 00:10:57 2011 +0100
     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
     1.8 +    bool
     1.9 +    prompt "0.11.1 (EXPERIMENTAL)"
    1.10 +    depends on EXPERIMENTAL
    1.11 +
    1.12  config PPL_V_0_11
    1.13      bool
    1.14      prompt "0.11 (EXPERIMENTAL)"
    1.15 @@ -21,5 +26,6 @@
    1.16      string
    1.17  # Don't remove next line
    1.18  # CT_INSERT_VERSION_STRING_BELOW
    1.19 +    default "0.11.1" if PPL_V_0_11_1
    1.20      default "0.11" if PPL_V_0_11
    1.21      default "0.10.2" if PPL_V_0_10_2