diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-09-13 17:51:33 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-09-13 17:51:33 +0200 |
commit | caeb4ada2387a8750acba9c514f0f356e142e777 (patch) | |
tree | 78d4c894ed932449d8ef0e93a24478b40c881166 /config/debug/duma.in | |
parent | 2418f95c9e73994e9094c62fa1d4e227192fef77 (diff) | |
download | crosstool-ng-caeb4ada2387a8750acba9c514f0f356e142e777.tar.gz crosstool-ng-caeb4ada2387a8750acba9c514f0f356e142e777.tar.bz2 crosstool-ng-caeb4ada2387a8750acba9c514f0f356e142e777.zip |
config: re-order menu entries so that latest versions are at the top
It makes better sense to have latest versions at the top of the choice
entries.
Diffstat (limited to 'config/debug/duma.in')
-rw-r--r-- | config/debug/duma.in | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/config/debug/duma.in b/config/debug/duma.in index 987be65a..7530489a 100644 --- a/config/debug/duma.in +++ b/config/debug/duma.in @@ -21,25 +21,25 @@ choice bool prompt "D.U.M.A. version" -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! @@ -47,10 +47,10 @@ 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 default "2_5_15" if DUMA_V_2_5_15 + 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 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line! |