diff options
author | Torbjorn Granlund <tege@gmplib.org> | 2013-01-22 23:26:01 +0100 |
---|---|---|
committer | Torbjorn Granlund <tege@gmplib.org> | 2013-01-22 23:26:01 +0100 |
commit | d9ed3d2a4aad8bc300a06b7d199a4eb844f809ab (patch) | |
tree | e4907df0061d284c6e3bc820d441ce335fd2aadb | |
parent | 52eecf3072888b663c467067fb3d22259c7e677f (diff) | |
download | gmp-d9ed3d2a4aad8bc300a06b7d199a4eb844f809ab.tar.gz |
Bump version.
-rw-r--r-- | gmp-h.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2222,7 +2222,7 @@ enum /* Major version number is the value of __GNU_MP__ too, above and in mp.h. */ #define __GNU_MP_VERSION 5 #define __GNU_MP_VERSION_MINOR 1 -#define __GNU_MP_VERSION_PATCHLEVEL 0 +#define __GNU_MP_VERSION_PATCHLEVEL 1 #define __GNU_MP_RELEASE (__GNU_MP_VERSION * 10000 + __GNU_MP_VERSION_MINOR * 100 + __GNU_MP_VERSION_PATCHLEVEL) #define __GMP_H__ |