~helenos-nicf/helenos/nicf

« back to all changes in this revision

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

  • Committer: Radim Vansa
  • Date: 2011-09-20 21:55:59 UTC
  • mfrom: (697.1.517 HelenOS.mainline)
  • Revision ID: radim.vansa@matfyz.cz-20110920215559-7fjpai6wt5ieurcq
Merge with mainline

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);