summaryrefslogtreecommitdiff
path: root/config/debug/duma.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/debug/duma.in')
-rw-r--r--config/debug/duma.in32
1 files changed, 16 insertions, 16 deletions
diff --git a/config/debug/duma.in b/config/debug/duma.in
index 987be65..0afb5b8 100644
--- a/config/debug/duma.in
+++ b/config/debug/duma.in
@@ -20,37 +20,37 @@ config DUMA_SO
choice
bool
prompt "D.U.M.A. version"
+# Don't remove next line
+# CT_INSERT_VERSION_BELOW
-config DUMA_V_2_5_1
+config DUMA_V_2_5_15
bool
- prompt "2_5_1"
+ prompt "2_5_15"
-config DUMA_V_2_5_8
+config DUMA_V_2_5_14
bool
- prompt "2_5_8"
+ prompt "2_5_14"
config DUMA_V_2_5_12
bool
prompt "2_5_12"
-config DUMA_V_2_5_14
+config DUMA_V_2_5_8
bool
- prompt "2_5_14"
+ prompt "2_5_8"
-config DUMA_V_2_5_15
+config DUMA_V_2_5_1
bool
- prompt "2_5_15"
+ prompt "2_5_1"
-# CT_INSERT_VERSION_ABOVE
-# Don't remove above line!
endchoice
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
- default "2_5_14" if DUMA_V_2_5_14
+# Don't remove next line
+# CT_INSERT_VERSION_STRING_BELOW
default "2_5_15" if DUMA_V_2_5_15
-# CT_INSERT_VERSION_STRING_ABOVE
-# Don't remove above line!
+ default "2_5_14" if DUMA_V_2_5_14
+ default "2_5_12" if DUMA_V_2_5_12
+ default "2_5_8" if DUMA_V_2_5_8
+ default "2_5_1" if DUMA_V_2_5_1