/******************************************************************************
 *
 * RCS ID
 * $Id: version,v 1.11 2002/11/17 16:43:22 david Exp $
 *
 * HISTORY
 * $Log: version,v $
 * Revision 1.11  2002/11/17 16:43:22  david
 * Updates to compiler with new 32-bit compiler
 *
 * Revision 1.10  2001/04/20 14:38:15  david
 * Updates for 0.7a
 * Corrected reporting of large disk sizes
 *
 * Revision 1.9  2000/04/02 16:57:09  david
 * Updates to use the Internet event, use wimp poll event,
 * use non blocking sockets correctly,
 * compile libs in format suitable for RISCOS module
 * new nmbd module
 *
 * Revision 1.8  2000/01/29 17:19:52  david
 * Updates to support passwords
 * upped to version 0.06
 *
 * Revision 1.7  2000/01/11 20:14:40  david
 * Fixed Disk Size and Free Space reporting.
 * Fixed Workgroup name reporting
 * Upped version to 0.05a
 *
 * Revision 1.6  1999/11/23 22:00:16  david
 * Updates for long filename support.
 * Added files for Coreplus, Lanman1, Lanman2 and NT protorocols.
 *
 * Revision 1.5  1999/11/07 15:11:54  david
 * version:updated!
 * wimp:no longer used -> now using toolbox lib instead
 *
 * Revision 1.4  1999/08/08 11:51:22  david
 * Upped version to 0.03a
 * Added Boolean to samba to switch off file type creation.
 *
 * Revision 1.3  1999/07/20 21:07:18  david
 * now 0.3 !
 *
 * Revision 1.2  1999/06/20 13:46:10  david
 * now 0.2
 *
 * Revision 1.1  1999/05/16 12:00:07  david
 * Initial revision
 *
 *
 *****************************************************************************/

char *date_string = __DATE__;
char *time_string = __TIME__;
char *ver_string  = "0.08";
char versionString[100];
