Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/getterm/version.c

    r6068476 r1433ecda  
    3939#include "version.h"
    4040
    41 static const char *copyright = STRING(HELENOS_COPYRIGHT);
    42 static const char *release = STRING(HELENOS_RELEASE);
    43 static const char *name = STRING(HELENOS_CODENAME);
     41static const char *copyright = STRING(COPYRIGHT);
     42static const char *release = STRING(RELEASE);
     43static const char *name = STRING(NAME);
    4444static const char *arch = STRING(UARCH);
    4545
Note: See TracChangeset for help on using the changeset viewer.