diff options
author | Marco Bodrato <bodrato@mail.dm.unipi.it> | 2015-10-18 15:30:24 +0200 |
---|---|---|
committer | Marco Bodrato <bodrato@mail.dm.unipi.it> | 2015-10-18 15:30:24 +0200 |
commit | 0414a96c79ce59ae9d516bdb830c276282be408e (patch) | |
tree | 4629f8433b5e01b4085427074135a15c59139d3e /gmp-h.in | |
parent | 0bf2c709448b516efa8471d69c95d659270fc653 (diff) | |
download | gmp-0414a96c79ce59ae9d516bdb830c276282be408e.tar.gz |
Bump release numbers.
Diffstat (limited to 'gmp-h.in')
-rw-r--r-- | gmp-h.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2325,7 +2325,7 @@ enum /* Major version number is the value of __GNU_MP__ too, above and in mp.h. */ #define __GNU_MP_VERSION 6 -#define __GNU_MP_VERSION_MINOR 0 +#define __GNU_MP_VERSION_MINOR 1 #define __GNU_MP_VERSION_PATCHLEVEL 0 #define __GNU_MP_RELEASE (__GNU_MP_VERSION * 10000 + __GNU_MP_VERSION_MINOR * 100 + __GNU_MP_VERSION_PATCHLEVEL) |