From 9ce4f4993ac302a0496185545cdba4a609c52cce Mon Sep 17 00:00:00 2001 From: Ingmar Schraub Date: Fri, 28 Aug 2009 11:33:56 +0200 Subject: duma: fix version string. DUMA uses '_' not '.' for major/minor/sub separation. diff --git a/config/debug/duma.in b/config/debug/duma.in index 8c8caa4..987be65 100644 --- a/config/debug/duma.in +++ b/config/debug/duma.in @@ -39,7 +39,7 @@ config DUMA_V_2_5_14 config DUMA_V_2_5_15 bool - prompt "2.5.15" + prompt "2_5_15" # CT_INSERT_VERSION_ABOVE # Don't remove above line! @@ -51,6 +51,6 @@ config DUMA_VERSION 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 - default "2.5.15" if DUMA_V_2_5_15 + default "2_5_15" if DUMA_V_2_5_15 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line! -- cgit v0.10.2-6-g49f6