summaryrefslogtreecommitdiff
path: root/config/debug
diff options
context:
space:
mode:
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!