Add D.U.M.A. 2.5.2 and 2.5.3.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Jul 21 10:15:13 2007 +0000 (2007-07-21)
changeset 27964742bba9b86
parent 278 5c1f3b252a0e
child 280 295b38f682fe
Add D.U.M.A. 2.5.2 and 2.5.3.
config/debug/duma.in
     1.1 --- a/config/debug/duma.in	Tue Jul 17 21:55:15 2007 +0000
     1.2 +++ b/config/debug/duma.in	Sat Jul 21 10:15:13 2007 +0000
     1.3 @@ -30,6 +30,14 @@
     1.4      bool
     1.5      prompt "2_5_1"
     1.6  
     1.7 +config DUMA_V_2_5_2
     1.8 +    bool
     1.9 +    prompt "2_5_2"
    1.10 +
    1.11 +config DUMA_V_2_5_3
    1.12 +    bool
    1.13 +    prompt "2_5_3"
    1.14 +
    1.15  # CT_INSERT_VERSION_ABOVE
    1.16  # Don't remove above line!
    1.17  endchoice
    1.18 @@ -37,6 +45,8 @@
    1.19  config DUMA_VERSION
    1.20      string
    1.21      default "2_5_1" if DUMA_V_2_5_1
    1.22 +    default "2_5_2" if DUMA_V_2_5_2
    1.23 +    default "2_5_3" if DUMA_V_2_5_3
    1.24  # CT_INSERT_VERSION_STRING_ABOVE
    1.25  # Don't remove above line!
    1.26