Math Processor Unit Library

libmpu – library of arithmetic functions for integer, real, and complex numbers of increased digit capacity

16 Commits   0 Branches   2 Tags
author: kx <kx@radix-linux.su> 2025-01-05 15:59:34 +0300 committer: kx <kx@radix-linux.su> 2025-01-05 15:59:34 +0300 commit: 001d309000026c7b7a705ebff8a586e1a2c5dcac parent: 41c271dacd0d2e4eae1378b098448e3554ea657b
Commit Summary:
Bump version to 1.0.15
Diffstat:
1 file changed, 4 insertions, 4 deletions
diff --git a/libmpu.m4 b/libmpu.m4
index b3e320e..f876a61 100644
--- a/libmpu.m4
+++ b/libmpu.m4
@@ -7,15 +7,15 @@ dnl # Andrey V.Kosteltsev
 dnl ============================================================
 dnl
 dnl  Synopsis:
-dnl     AC_CHECK_LIBMPU([MIN-VERSION [,             # minimum libmpu version, e.g. 1.0.14
+dnl     AC_CHECK_LIBMPU([MIN-VERSION [,             # minimum libmpu version, e.g. 1.0.15
 dnl                      DEFAULT-WITH-LIBMPU [,     # default value for --with-libmpu option
 dnl                      ACTION-IF-FOUND [,         # action to perform if libmpu was found
 dnl                      ACTION-IF-NOT-FOUND        # action to perform if libmpu was not found
 dnl                     ]]]])
 dnl  Examples:
-dnl     AC_CHECK_LIBMPU(1.0.14)
-dnl     AC_CHECK_LIBMPU(1.0.14,,,CFLAGS="$CFLAGS -DHAVE_LIBMPU $LIBMPU_CFLAGS")
-dnl     AC_CHECK_LIBMPU(1.0.14,yes,CFLAGS="$CFLAGS -DHAVE_LIBMPU")
+dnl     AC_CHECK_LIBMPU(1.0.15)
+dnl     AC_CHECK_LIBMPU(1.0.15,,,CFLAGS="$CFLAGS -DHAVE_LIBMPU $LIBMPU_CFLAGS")
+dnl     AC_CHECK_LIBMPU(1.0.15,yes,CFLAGS="$CFLAGS -DHAVE_LIBMPU")
 dnl
 dnl
 dnl  If you have to change prefix returned by mpu-config script or change