forwarding build fix when MUIA_Scrollgroup_AutoBars is defined (NicJA).
[AROS-Contrib.git] / scalos / main / Scalos_rev.h
blob8c2cf8d3c03103ef56ee13863fe4fb29f8a8ce7a
1 // Scalos_rev.h
2 // $Date$
3 // $Revision$
5 #ifndef SCALOSREV_H
6 #define SCALOSREV_H
9 #include <Year.h>
11 #define VERSION 41
12 #define REVISION 8
13 #define VERS_REV_STR STR(VERSION) "." STR(REVISION)
14 #define RELEASE "1.9"
15 #define BUILDNR STR(SVN_VERSION)
16 #define DATE "17.03.2010"
17 #define VERSTAG "\00$VER: Scalos " VERS_REV_STR " release " RELEASE " (" DATE ") " "build " BUILDNR " " COMPILER_STRING
18 #define COPYRIGHT "\n © 1999" CURRENTYEAR " The Scalos Team\n"
20 #endif /* SCALOSREV_H */