Changed version numbers back to 4.2.1 in gmp-h.in.
This commit is contained in:
parent
73a5437fe6
commit
00bb708279
6
gmp-h.in
6
gmp-h.in
@ -2181,9 +2181,9 @@ enum
|
||||
};
|
||||
|
||||
/* Major version number is the value of __GNU_MP__ too, above and in mp.h. */
|
||||
#define __GNU_MP_VERSION 0
|
||||
#define __GNU_MP_VERSION_MINOR 8
|
||||
#define __GNU_MP_VERSION_PATCHLEVEL 0
|
||||
#define __GNU_MP_VERSION 4
|
||||
#define __GNU_MP_VERSION_MINOR 2
|
||||
#define __GNU_MP_VERSION_PATCHLEVEL 1
|
||||
|
||||
#define __GMP_H__
|
||||
#endif /* __GMP_H__ */
|
||||
|
Loading…
Reference in New Issue
Block a user