Changes in uspace/app/getterm/version.c [6068476:1433ecda] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/getterm/version.c
r6068476 r1433ecda 39 39 #include "version.h" 40 40 41 static const char *copyright = STRING( HELENOS_COPYRIGHT);42 static const char *release = STRING( HELENOS_RELEASE);43 static const char *name = STRING( HELENOS_CODENAME);41 static const char *copyright = STRING(COPYRIGHT); 42 static const char *release = STRING(RELEASE); 43 static const char *name = STRING(NAME); 44 44 static const char *arch = STRING(UARCH); 45 45
Note:
See TracChangeset
for help on using the changeset viewer.