# HG changeset patch # User "Yann E. MORIN" # Date 1185012913 0 # Node ID 64742bba9b86e1e4bab6bf554d81871de04bdcf0 # Parent 5c1f3b252a0eae954d592c2ce6f5bd32bdf7fa38 Add D.U.M.A. 2.5.2 and 2.5.3. diff -r 5c1f3b252a0e -r 64742bba9b86 config/debug/duma.in --- a/config/debug/duma.in Tue Jul 17 21:55:15 2007 +0000 +++ b/config/debug/duma.in Sat Jul 21 10:15:13 2007 +0000 @@ -30,6 +30,14 @@ bool prompt "2_5_1" +config DUMA_V_2_5_2 + bool + prompt "2_5_2" + +config DUMA_V_2_5_3 + bool + prompt "2_5_3" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -37,6 +45,8 @@ config DUMA_VERSION string default "2_5_1" if DUMA_V_2_5_1 + default "2_5_2" if DUMA_V_2_5_2 + default "2_5_3" if DUMA_V_2_5_3 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line!