--- getopt/trunk/getopt.c 2005/11/07 22:13:46 262 +++ getopt/trunk/getopt.c 2005/11/07 22:19:13 263 @@ -1,6 +1,6 @@ /* getopt.c - Enhanced implementation of BSD getopt(1) - Copyright (c) 1997, 1998, 1999, 2000 Frodo Looijaard + Copyright (c) 1997-2005 Frodo Looijaard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -35,6 +35,8 @@ * Version 1.1.0: Tue Jun 30 2000 * Added NLS support (partly written by Arkadiusz Mikiewicz * ) + * Version 1.1.4: Mon Nov 7 2005 + * Fixed a few type's in the manpage */ #include @@ -441,7 +443,7 @@ quote=0; break; case 'V': - printf(_("getopt (enhanced) 1.1.3\n")); + printf(_("getopt (enhanced) 1.1.4\n")); exit(0); case '?': case ':':