diff options
author | Kevin Ryde <user42@zip.com.au> | 2001-10-01 02:43:11 +0200 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2001-10-01 02:43:11 +0200 |
commit | d5c16181f7ee12415eaff427e2965bf466c5ee9c (patch) | |
tree | 2f3a4cc37a24ad5021382cb00cdd0454adf6081b | |
parent | a0d58a093e2c0cd6f62f69e319076967feeeec96 (diff) | |
download | gmp-d5c16181f7ee12415eaff427e2965bf466c5ee9c.tar.gz |
* gmp-h.in (__GNU_MP__, __GNU_MP_VERSION): Bump to 4.0.
-rw-r--r-- | gmp-h.in | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -35,7 +35,7 @@ MA 02111-1307, USA. */ gmp.h and mp.h to allow both to be included in an application or during the library build. */ #ifndef __GNU_MP__ -#define __GNU_MP__ 3 +#define __GNU_MP__ 4 #define __need_size_t #include <stddef.h> @@ -2010,8 +2010,8 @@ enum }; /* Major version number is the value of __GNU_MP__ too, above and in mp.h. */ -#define __GNU_MP_VERSION 3 -#define __GNU_MP_VERSION_MINOR 2 +#define __GNU_MP_VERSION 4 +#define __GNU_MP_VERSION_MINOR 0 #define __GNU_MP_VERSION_PATCHLEVEL 0 #define gmp_version __gmp_version |