summaryrefslogtreecommitdiff
path: root/config/debug/strace.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-09-13 15:51:33 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-09-13 15:51:33 (GMT)
commitcaeb4ada2387a8750acba9c514f0f356e142e777 (patch)
tree78d4c894ed932449d8ef0e93a24478b40c881166 /config/debug/strace.in
parent2418f95c9e73994e9094c62fa1d4e227192fef77 (diff)
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/strace.in')
-rw-r--r--config/debug/strace.in40
1 files changed, 20 insertions, 20 deletions
diff --git a/config/debug/strace.in b/config/debug/strace.in
index eae6d01..c46d540 100644
--- a/config/debug/strace.in
+++ b/config/debug/strace.in
@@ -6,32 +6,32 @@ choice
bool
prompt "strace version"
-config STRACE_V_4_5
- bool
- prompt "4.5 (OBSOLETE)"
- depends on OBSOLETE
-
-config STRACE_V_4_5_14
+config STRACE_V_4_5_18
bool
- prompt "4.5.14 (OBSOLETE)"
- depends on OBSOLETE
+ prompt "4.5.18 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
-config STRACE_V_4_5_15
+config STRACE_V_4_5_17
bool
- prompt "4.5.15"
+ prompt "4.5.17"
config STRACE_V_4_5_16
bool
prompt "4.5.16"
-config STRACE_V_4_5_17
+config STRACE_V_4_5_15
bool
- prompt "4.5.17"
+ prompt "4.5.15"
-config STRACE_V_4_5_18
+config STRACE_V_4_5_14
bool
- prompt "4.5.18 (EXPERIMENTAL)"
- depends on EXPERIMENTAL
+ prompt "4.5.14 (OBSOLETE)"
+ depends on OBSOLETE
+
+config STRACE_V_4_5
+ bool
+ prompt "4.5 (OBSOLETE)"
+ depends on OBSOLETE
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
@@ -39,11 +39,11 @@ endchoice
config STRACE_VERSION
string
- default "4.5" if STRACE_V_4_5
- default "4.5.14" if STRACE_V_4_5_14
- default "4.5.15" if STRACE_V_4_5_15
- default "4.5.16" if STRACE_V_4_5_16
- default "4.5.17" if STRACE_V_4_5_17
default "4.5.18" if STRACE_V_4_5_18
+ default "4.5.17" if STRACE_V_4_5_17
+ default "4.5.16" if STRACE_V_4_5_16
+ default "4.5.15" if STRACE_V_4_5_15
+ default "4.5.14" if STRACE_V_4_5_14
+ default "4.5" if STRACE_V_4_5
# CT_INSERT_VERSION_STRING_ABOVE
# # Don't remove above line!