[Gmp-commit] /var/hg/gmp: (__GNU_MP_RELEASE): Renamed from typo name.
mercurial at gmplib.org
mercurial at gmplib.org
Mon Nov 21 21:03:44 CET 2011
details: /var/hg/gmp/rev/c8459b86807e
changeset: 14460:c8459b86807e
user: Torbjorn Granlund <tege at gmplib.org>
date: Mon Nov 21 21:03:39 2011 +0100
description:
(__GNU_MP_RELEASE): Renamed from typo name.
diffstat:
ChangeLog | 4 ++++
gmp-h.in | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r f29ad42873fe -r c8459b86807e ChangeLog
--- a/ChangeLog Sun Nov 20 22:56:02 2011 +0100
+++ b/ChangeLog Mon Nov 21 21:03:39 2011 +0100
@@ -1,3 +1,7 @@
+2011-11-21 Torbjorn Granlund <tege at gmplib.org>
+
+ * gmp-h.in (__GNU_MP_RELEASE): Renamed from typo name.
+
2011-11-20 Torbjorn Granlund <tege at gmplib.org>
* configure.in: Split x86 CPUs into more subtypes for more accurate
diff -r f29ad42873fe -r c8459b86807e gmp-h.in
--- a/gmp-h.in Sun Nov 20 22:56:02 2011 +0100
+++ b/gmp-h.in Mon Nov 21 21:03:39 2011 +0100
@@ -2275,7 +2275,7 @@
#define __GNU_MP_VERSION 5
#define __GNU_MP_VERSION_MINOR 0
#define __GNU_MP_VERSION_PATCHLEVEL 90
-#define __GMP_MP_RELEASE (__GNU_MP_VERSION * 10000 + __GNU_MP_VERSION_MINOR * 100 + __GNU_MP_VERSION_PATCHLEVEL)
+#define __GNU_MP_RELEASE (__GNU_MP_VERSION * 10000 + __GNU_MP_VERSION_MINOR * 100 + __GNU_MP_VERSION_PATCHLEVEL)
#define __GMP_H__
#endif /* __GMP_H__ */
More information about the gmp-commit
mailing list