config/debug/duma.in
changeset 1534 d4ddf19a1968
parent 1487 79c3cd3818d9
child 1535 073d351bdcd3
     1.1 --- a/config/debug/duma.in	Fri Aug 28 11:33:56 2009 +0200
     1.2 +++ b/config/debug/duma.in	Sun Sep 13 17:51:33 2009 +0200
     1.3 @@ -21,25 +21,25 @@
     1.4      bool
     1.5      prompt "D.U.M.A. version"
     1.6  
     1.7 -config DUMA_V_2_5_1
     1.8 +config DUMA_V_2_5_15
     1.9      bool
    1.10 -    prompt "2_5_1"
    1.11 +    prompt "2_5_15"
    1.12 +
    1.13 +config DUMA_V_2_5_14
    1.14 +    bool
    1.15 +    prompt "2_5_14"
    1.16 +
    1.17 +config DUMA_V_2_5_12
    1.18 +    bool
    1.19 +    prompt "2_5_12"
    1.20  
    1.21  config DUMA_V_2_5_8
    1.22      bool
    1.23      prompt "2_5_8"
    1.24  
    1.25 -config DUMA_V_2_5_12
    1.26 +config DUMA_V_2_5_1
    1.27      bool
    1.28 -    prompt "2_5_12"
    1.29 -
    1.30 -config DUMA_V_2_5_14
    1.31 -    bool
    1.32 -    prompt "2_5_14"
    1.33 -
    1.34 -config DUMA_V_2_5_15
    1.35 -    bool
    1.36 -    prompt "2_5_15"
    1.37 +    prompt "2_5_1"
    1.38  
    1.39  # CT_INSERT_VERSION_ABOVE
    1.40  # Don't remove above line!
    1.41 @@ -47,10 +47,10 @@
    1.42  
    1.43  config DUMA_VERSION
    1.44      string
    1.45 +    default "2_5_15" if DUMA_V_2_5_15
    1.46 +    default "2_5_14" if DUMA_V_2_5_14
    1.47 +    default "2_5_12" if DUMA_V_2_5_12
    1.48 +    default "2_5_8" if DUMA_V_2_5_8
    1.49      default "2_5_1" if DUMA_V_2_5_1
    1.50 -    default "2_5_8" if DUMA_V_2_5_8
    1.51 -    default "2_5_12" if DUMA_V_2_5_12
    1.52 -    default "2_5_14" if DUMA_V_2_5_14
    1.53 -    default "2_5_15" if DUMA_V_2_5_15
    1.54  # CT_INSERT_VERSION_STRING_ABOVE
    1.55  # Don't remove above line!