summaryrefslogtreecommitdiff
path: root/mpfr.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpfr.h')
-rw-r--r--mpfr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpfr.h b/mpfr.h
index e6d1a41b3..d642f4d2b 100644
--- a/mpfr.h
+++ b/mpfr.h
@@ -27,7 +27,7 @@ MA 02110-1301, USA. */
#define MPFR_VERSION_MAJOR 2
#define MPFR_VERSION_MINOR 4
#define MPFR_VERSION_PATCHLEVEL 2
-#define MPFR_VERSION_STRING "2.4.2-rc2"
+#define MPFR_VERSION_STRING "2.4.2-rc3"
/* Macros dealing with MPFR VERSION */
#define MPFR_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))