summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkx <kx@radix-linux.su>2026-09-06 14:49:04 +0300
committerkx <kx@radix-linux.su>2026-09-06 14:49:04 +0300
commit604a34714293e5df46f7832ca9d1fb477afb20cd (patch)
tree98445f9ff3b83dd870e65b5cf0afac142f8c8225
parentd232e7855808043d9df9713399179bd3cd4c28f0 (diff)
downloadlibmpuio-1.0.2.tar.xz
Bump version to 1.0.21.0.2
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
-rw-r--r--libmpuio.m48
3 files changed, 11 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index c5c444a..fbe72d9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
+libmpuio-1.0.2
+==============
+
+ LIBS: added LibMPU.
+
+
libmpuio-1.0.1
==============
diff --git a/configure.ac b/configure.ac
index b65cd71..bdcfdb0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.71])
-AC_INIT([MPUIO Library],[1.0.1],[Andrey V.Kosteltsev <support@radix-linux.su>],[libmpuio],[https://radix-linux.su])
+AC_INIT([MPUIO Library],[1.0.2],[Andrey V.Kosteltsev <support@radix-linux.su>],[libmpuio],[https://radix-linux.su])
AC_LIBMPUIO_REQUIRE_BASH
diff --git a/libmpuio.m4 b/libmpuio.m4
index 72bd2ea..03a22a1 100644
--- a/libmpuio.m4
+++ b/libmpuio.m4
@@ -7,15 +7,15 @@ dnl # Andrey V.Kosteltsev
dnl ============================================================
dnl
dnl Synopsis:
-dnl AC_CHECK_LIBMPUIO([MIN-VERSION [, # minimum libmpuio version, e.g. 1.0.1
+dnl AC_CHECK_LIBMPUIO([MIN-VERSION [, # minimum libmpuio version, e.g. 1.0.2
dnl DEFAULT-WITH-LIBMPU [, # default value for --with-libmpuop option
dnl ACTION-IF-FOUND [, # action to perform if libmpuio was found
dnl ACTION-IF-NOT-FOUND # action to perform if libmpuio was not found
dnl ]]]])
dnl Examples:
-dnl AC_CHECK_LIBMPUIO(1.0.1)
-dnl AC_CHECK_LIBMPUIO(1.0.1,,,CFLAGS="$CFLAGS -DHAVE_LIBMPUIO $LIBMPUIO_CFLAGS")
-dnl AC_CHECK_LIBMPUIO(1.0.1,yes,CFLAGS="$CFLAGS -DHAVE_LIBMPUIO")
+dnl AC_CHECK_LIBMPUIO(1.0.2)
+dnl AC_CHECK_LIBMPUIO(1.0.2,,,CFLAGS="$CFLAGS -DHAVE_LIBMPUIO $LIBMPUIO_CFLAGS")
+dnl AC_CHECK_LIBMPUIO(1.0.2,yes,CFLAGS="$CFLAGS -DHAVE_LIBMPUIO")
dnl
dnl
dnl If you have to change prefix returned by mpuio-config script or change