oops.. only build it when it _is_ valid.
[AROS-Contrib.git] / scalos / main / ScalosVersion.c
blobc4d5a325a48dbc86fc899960d6dd2253924a70f7
1 // ScalosVersion.c
2 // $Date$
3 // $Revision$
6 #include <exec/types.h>
8 #include <defs.h>
9 #include "Scalos_rev.h"
11 //----------------------------------------------------------------------------
13 // local data structures
15 //----------------------------------------------------------------------------
17 // local functions
19 //----------------------------------------------------------------------------
21 // public Data
23 CONST_STRPTR versTag = VERSTAG COPYRIGHT;
24 const char ScalosRevision[] = RELEASE; // Revision string for about.c
25 CONST_STRPTR ScalosBuildNr = BUILDNR; // Build number aka SVN revision
28 //----------------------------------------------------------------------------
30 // local Data
32 //----------------------------------------------------------------------------