diff options
| author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-01-06 18:40:08 +0100 |
|---|---|---|
| committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-01-06 18:40:08 +0100 |
| commit | d81efef120a8b6b986c48251ec29f4cab90d0aa5 (patch) | |
| tree | 50031c1d202cd37a5f9dfce5d8cceb77fb4140ad | |
| parent | 90a54f50beb42c684a5544ea09965b09ed9343c6 (diff) | |
| download | crosstool-ng-d81efef120a8b6b986c48251ec29f4cab90d0aa5.tar.gz crosstool-ng-d81efef120a8b6b986c48251ec29f4cab90d0aa5.tar.bz2 crosstool-ng-d81efef120a8b6b986c48251ec29f4cab90d0aa5.zip | |
complibs/mpc: add latest version 0.8.1
| -rw-r--r-- | config/companion_libs/mpc.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/companion_libs/mpc.in b/config/companion_libs/mpc.in index 53182384..bb888186 100644 --- a/config/companion_libs/mpc.in +++ b/config/companion_libs/mpc.in @@ -6,6 +6,11 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config MPC_V_0_8_1 + bool + prompt "0.8.1 (EXPERIMENTAL)" + depends on EXPERIMENTAL + config MPC_V_0_7 bool prompt "0.7" @@ -21,5 +26,6 @@ config MPC_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "0.8.1" if MPC_V_0_8_1 default "0.7" if MPC_V_0_7 default "0.6" if MPC_V_0_6 |
