*** empty log message ***
[m17n/m17n-lib.git] / example / mconv.c
index 9e9d25e..ba7ef9c 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the m17n library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+   Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    02111-1307, USA.  */
 
 /***en
 #include <m17n.h>
 #include <m17n-misc.h>
 
-#define VERSION "1.2.0"
+#define VERSION "1.3.4"
 
 /* Print all coding system names.  */
 
@@ -314,7 +314,7 @@ main (int argc, char **argv)
        help_exit (argv[0], 0);
       else if (! strcmp (argv[i], "--version"))
        {
-         printf ("mconv (m17n library) %s\n", VERSION);
+         printf ("m17n-conv (m17n library) %s\n", VERSION);
          printf ("Copyright (C) 2003 AIST, JAPAN\n");
          exit (0);
        }