Subversion Repositories HelenOS

Rev

Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2071 Rev 2701
Line 34... Line 34...
34
 
34
 
35
#include <main/version.h>
35
#include <main/version.h>
36
#include <print.h>
36
#include <print.h>
37
 
37
 
38
char *project = "SPARTAN kernel";
38
char *project = "SPARTAN kernel";
39
char *copyright = "Copyright (c) 2001-2007 HelenOS project";
39
char *copyright = "Copyright (c) 2001-2008 HelenOS project";
40
char *release = RELEASE;
40
char *release = RELEASE;
41
char *name = NAME;
41
char *name = NAME;
42
char *arch = ARCH;
42
char *arch = ARCH;
43
 
43
 
44
#ifdef REVISION
44
#ifdef REVISION