complibs/gmp: bump version
author"Yann E. MORIN" <yann.morin.1998@free.fr>
Fri Apr 26 14:30:05 2013 +0200 (2013-04-26)
changeset 3207ec3c3aa99c79
parent 3206 7fe58a4f79f8
child 3208 c92461167049
complibs/gmp: bump version

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
config/companion_libs/gmp.in
     1.1 --- a/config/companion_libs/gmp.in	Sat Apr 13 19:41:36 2013 +0200
     1.2 +++ b/config/companion_libs/gmp.in	Fri Apr 26 14:30:05 2013 +0200
     1.3 @@ -6,6 +6,10 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config GMP_V_5_1_1
     1.8 +    bool
     1.9 +    prompt "5.1.1"
    1.10 +
    1.11  config GMP_V_5_0_2
    1.12      bool
    1.13      prompt "5.0.2"
    1.14 @@ -32,6 +36,7 @@
    1.15      string
    1.16  # Don't remove next line
    1.17  # CT_INSERT_VERSION_STRING_BELOW
    1.18 +    default "5.1.1" if GMP_V_5_1_1
    1.19      default "5.0.2" if GMP_V_5_0_2
    1.20      default "5.0.1" if GMP_V_5_0_1
    1.21      default "4.3.2" if GMP_V_4_3_2