disable the unrecognized nls flag
[AROS-Contrib.git] / bgui / ver.c
blob4eed3f727f0a01b57b0c728c8b51b65819ca9283
1 /*
2 * @(#) $Header$
4 * BGUI library
5 * ver.c
7 * (C) Copyright 1998 Manuel Lemos.
8 * (C) Copyright 1996-1997 Ian J. Einman.
9 * (C) Copyright 1993-1996 Jaba Development.
10 * (C) Copyright 1993-1996 Jan van den Baard.
11 * All Rights Reserved.
13 * $Log$
14 * Revision 42.2 2003/01/18 19:10:03 chodorowski
15 * Instead of using the _AROS or __AROS preprocessor symbols, use __AROS__.
17 * Revision 42.1 2000/05/30 03:24:35 bergers
18 * Changes for build process.
20 * Revision 42.0 2000/05/09 22:10:37 mlemos
21 * Bumped to revision 42.0 before handing BGUI to AROS team
23 * Revision 41.11 2000/05/09 19:55:25 mlemos
24 * Merged with the branch Manuel_Lemos_fixes.
26 * Revision 41.10.2.3 2000/02/27 18:08:48 mlemos
27 * Updated the copyright years of BGUI development team.
29 * Revision 41.10.2.2 1998/11/29 22:43:39 mlemos
30 * Made the library ID string denote the respective type of build.
32 * Revision 41.10.2.1 1998/11/23 15:00:35 mlemos
33 * Inserted new copyright notice to BGUI developers team.
35 * Revision 41.10 1998/02/25 21:13:29 mlemos
36 * Bumping to 41.10
38 * Revision 1.1 1998/02/25 17:10:02 mlemos
39 * Ian sources
44 #ifdef __AROS__
45 #include "bgui.library_rev.h"
46 #else
47 #include "o/bgui.library_rev.h"
48 #endif
51 * Library ID and name strings.
53 const unsigned char LibName[] = "bgui.library";
54 const unsigned char LibID[] = VSTRING;
55 const unsigned char LibVer[] = VERSTAG " ©1998-2000 BGUI developers team, ©1996-1997 Ian J. Einman, ©1993-1996 Jaba Dev. "
56 #ifdef DEBUG_BGUI
57 "For debugging purposes only. "
58 #endif
59 #ifdef ENHANCED
60 "Enhanced (68020 & 3.0 or better required).";
61 #else
62 "Standard (68000 & 2.0 compatible).";
63 #endif