summaryrefslogtreecommitdiff
path: root/config/debug
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-02-15 22:22:31 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-02-15 22:22:31 (GMT)
commit7b962f013b56121318641aa0b35a5f80fc0d0dde (patch)
tree63896dd34adc88436523b8e56b9f95f62f079217 /config/debug
parentfbaa09b28ff2a8df2c72d25579c53e6008991b2a (diff)
Robert P. J. DAY says:
Add support for duma-2.5.12.
Diffstat (limited to 'config/debug')
-rw-r--r--config/debug/duma.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/debug/duma.in b/config/debug/duma.in
index 4148f24..efc3df7 100644
--- a/config/debug/duma.in
+++ b/config/debug/duma.in
@@ -34,6 +34,10 @@ config DUMA_V_2_5_8
bool
prompt "2_5_8"
+config DUMA_V_2_5_12
+ bool
+ prompt "2_5_12"
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -42,6 +46,7 @@ config DUMA_VERSION
string
default "2_5_1" if DUMA_V_2_5_1
default "2_5_8" if DUMA_V_2_5_8
+ default "2_5_12" if DUMA_V_2_5_12
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!