config/companion_libs/ppl.in
changeset 2338 006e955b2343
parent 2318 11c21c4c5c51
child 2368 482a006e5b18
     1.1 --- a/config/companion_libs/ppl.in	Wed Feb 23 00:10:57 2011 +0100
     1.2 +++ b/config/companion_libs/ppl.in	Thu Mar 17 22:08:33 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_2
     1.8 +    bool
     1.9 +    prompt "0.11.2 (EXPERIMENTAL)"
    1.10 +    depends on EXPERIMENTAL
    1.11 +
    1.12  config PPL_V_0_11_1
    1.13      bool
    1.14      prompt "0.11.1 (EXPERIMENTAL)"
    1.15 @@ -26,6 +31,7 @@
    1.16      string
    1.17  # Don't remove next line
    1.18  # CT_INSERT_VERSION_STRING_BELOW
    1.19 +    default "0.11.2" if PPL_V_0_11_2
    1.20      default "0.11.1" if PPL_V_0_11_1
    1.21      default "0.11" if PPL_V_0_11
    1.22      default "0.10.2" if PPL_V_0_10_2