diff options
| author | Mike FABIAN <[email protected]> | 2023-09-25 14:22:19 +0200 |
|---|---|---|
| committer | Mike FABIAN <[email protected]> | 2023-09-25 14:22:19 +0200 |
| commit | 5fbc8c2745317be4e87b48b65fe8b33747c7af2d (patch) | |
| tree | b87583d2b7f1b010c7f5c073e03ca72fba62a177 | |
| parent | 59d795f5ccc42f047f9e19dc2531d97a564161f8 (diff) | |
| download | m17n-docs-master.tar.gz | |
| -rwxr-xr-x | ChangeLog | 4 | ||||
| -rwxr-xr-x | NEWS | 5 | ||||
| -rwxr-xr-x | README | 2 | ||||
| -rwxr-xr-x | configure.ac | 2 | ||||
| -rwxr-xr-x | mainpage.txt | 4 |
5 files changed, 13 insertions, 4 deletions
@@ -1,3 +1,7 @@ +2023-09-25 Mike FABIAN <[email protected]> + + * Version 1.8.4 released. + 2023-07-25 Mike FABIAN <[email protected]> * Version 1.8.3 released. @@ -7,6 +7,11 @@ See the end for copying conditions. * Changes in the m17n library documentation 0.9 +Adjusted for m17n-lib/m17n-db 1.8.4. + + +* Changes in the m17n library documentation 0.9 + Adjusted for m17n-lib/m17n-db 1.8.3. @@ -1,4 +1,4 @@ -This directory tree holds version 1.8.3 of the m17n library documentation. +This directory tree holds version 1.8.4 of the m17n library documentation. Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO112 diff --git a/configure.ac b/configure.ac index fb30290..70bb3f5 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(m17n-docs, 1.8.3, [email protected]) +AC_INIT(m17n-docs, 1.8.4, [email protected]) AM_INIT_AUTOMAKE([-Wno-portability]) AM_MAINTAINER_MODE diff --git a/mainpage.txt b/mainpage.txt index b0945e0..6aeda45 100755 --- a/mainpage.txt +++ b/mainpage.txt @@ -100,7 +100,7 @@ The m17n library utilizes these external libraries. They are not mandatory but many functions of the m17n library depend on them. <ul> -<li> m17n-db -- http://download.savannah.nongnu.org/releases/m17n/m17n-db-1.8.3.tar.gz +<li> m17n-db -- http://download.savannah.nongnu.org/releases/m17n/m17n-db-1.8.4.tar.gz Provide various information to the m17n library. @@ -159,7 +159,7 @@ m17n ライブラリは以下の外部ライブラリを利用しています。 せんが、m17n ライブラリの幾つかの関数はこれらに依存しています。 <ul> -<li> m17n-db -- http://download.savannah.nongnu.org/releases/m17n/m17n-db-1.8.3.tar.gz +<li> m17n-db -- http://download.savannah.nongnu.org/releases/m17n/m17n-db-1.8.4.tar.gz m17n ライブラリに種々の情報を提供します。 |
