diff options
| -rw-r--r-- | NEWS | 6 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | libmpu.m4 | 8 | ||||
| -rw-r--r-- | po/libmpu.pot | 2 | ||||
| -rw-r--r-- | po/ru.po | 2 |
6 files changed, 14 insertions, 8 deletions
@@ -1,4 +1,10 @@ +libmpu-1.0.16 +============= + + Update: libtool (2.5.4); gettext (0.26). + + libmpu-1.0.15 ============= @@ -1,5 +1,5 @@ -# [Math Processor Unit Library (libmpu)](https://cgit.radix-linux.su/libs/libmpu.git/) +# [Math Processor Unit Library (libmpu)](https://git.radix-linux.su/libs/libmpu.git/) **libmpu** is a library of arithmetic functions for integer, real, and complex numbers of increased digit capacity. diff --git a/configure.ac b/configure.ac index d523239..0644132 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_LIBMPU_HEADLINE([libmpu], [MPU Emulation Library],dnl [Copyright (c) 1999-2024 Andrey V.Kosteltsev])dnl -AC_INIT([MPU Library],[1.0.15],[Andrey V.Kosteltsev <support@radix-linux.su>],[libmpu],[https://radix-linux.su]) +AC_INIT([MPU Library],[1.0.16],[Andrey V.Kosteltsev <support@radix-linux.su>],[libmpu],[https://radix-linux.su]) AC_MSG_CFG_PART(Getting the canonical system type) dnl @@ -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.15 +dnl AC_CHECK_LIBMPU([MIN-VERSION [, # minimum libmpu version, e.g. 1.0.16 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.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 AC_CHECK_LIBMPU(1.0.16) +dnl AC_CHECK_LIBMPU(1.0.16,,,CFLAGS="$CFLAGS -DHAVE_LIBMPU $LIBMPU_CFLAGS") +dnl AC_CHECK_LIBMPU(1.0.16,yes,CFLAGS="$CFLAGS -DHAVE_LIBMPU") dnl dnl dnl If you have to change prefix returned by mpu-config script or change diff --git a/po/libmpu.pot b/po/libmpu.pot index ab019de..138a5d7 100644 --- a/po/libmpu.pot +++ b/po/libmpu.pot @@ -6,7 +6,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: libmpu 1.0.15\n" +"Project-Id-Version: libmpu 1.0.16\n" "Report-Msgid-Bugs-To: Andrey V.Kosteltsev <support@radix-linux.su>\n" "POT-Creation-Date: 2024-12-28 23:52+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -6,7 +6,7 @@ # msgid "" msgstr "" -"Project-Id-Version: libmpu 1.0.15\n" +"Project-Id-Version: libmpu 1.0.16\n" "Report-Msgid-Bugs-To: Andrey V.Kosteltsev <support@radix-linux.su>\n" "POT-Creation-Date: 2024-12-28 23:52+0300\n" "PO-Revision-Date: 2024-02-24 17:34+0300\n" |
