~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to kernel/generic/src/main/version.c

  • Committer: Martin Sucha
  • Date: 2011-07-08 17:01:01 UTC
  • mfrom: (1095 main-clone)
  • mto: This revision was merged to the branch mainline in revision 1123.
  • Revision ID: sucha14@st.fmph.uniba.sk-20110708170101-eosjw1koauuvmzkz
MergeĀ mainlineĀ changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
#include <macros.h>
38
38
 
39
39
static const char *project = "SPARTAN kernel";
40
 
static const char *copyright = "Copyright (c) 2001-2010 HelenOS project";
 
40
static const char *copyright = "Copyright (c) 2001-2011 HelenOS project";
41
41
static const char *release = STRING(RELEASE);
42
42
static const char *name = STRING(NAME);
43
43
static const char *arch = STRING(KARCH);