diff mbox

[3,of,4] Updated MPC library

Message ID d78f3a4ba2df1e076851.1391984022@uemo
State Accepted
Commit f9dec799e51e
Headers show

Commit Message

Daniel Rubio Bonilla Feb. 9, 2014, 10:13 p.m. UTC
# HG changeset patch
# User danielrubiob@gmail.com
# Date 1391981096 -3600
#      Sun Feb 09 22:24:56 2014 +0100
# Node ID d78f3a4ba2df1e0768519764d1d0c295d8ce61bc
# Parent  e0361ed37146d025171ffd55a3e9f6a8a0a653c6
Updated MPC library

Signed-off-by: Daniel Rubio Bonilla <danielrubiob@gmail.com>


--
For unsubscribe information see http://sourceware.org/lists.html#faq

Comments

Yann E. MORIN Feb. 11, 2014, 8:39 p.m. UTC | #1
danielrubiob, All,

Your patch:
    complibs/mpc: bump version

has been applied as: #f9dec799e51e
    http://crosstool-ng.org/hg/crosstool-ng/rev/f9dec799e51e

Thank you!

Regards,
Yann E. MORIN.



--
For unsubscribe information see http://sourceware.org/lists.html#faq
diff mbox

Patch

diff -r e0361ed37146 -r d78f3a4ba2df config/companion_libs/mpc.in
--- a/config/companion_libs/mpc.in	Sun Feb 09 22:23:59 2014 +0100
+++ b/config/companion_libs/mpc.in	Sun Feb 09 22:24:56 2014 +0100
@@ -6,6 +6,10 @@ 
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
+config MPC_V_1_0_2
+    bool
+    prompt "1.0.2"
+
 config MPC_V_1_0_1
     bool
     prompt "1.0.1"
@@ -22,7 +26,6 @@ 
     bool
     prompt "0.8.2"
 
-
 config MPC_V_0_8_1
     bool
     prompt "0.8.1"
@@ -37,6 +40,7 @@ 
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    default "1.0.2" if MPC_V_1_0_2
     default "1.0.1" if MPC_V_1_0_1
     default "1.0" if MPC_V_1_0
     default "0.9" if MPC_V_0_9