Changes in boot/generic/src/version.c [6068476:1433ecda] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/generic/src/version.c
r6068476 r1433ecda 32 32 33 33 static const char *project = "HelenOS bootloader"; 34 static const char *copyright = STRING( HELENOS_COPYRIGHT);35 static const char *release = STRING( HELENOS_RELEASE);36 static const char *name = STRING( HELENOS_CODENAME);34 static const char *copyright = STRING(COPYRIGHT); 35 static const char *release = STRING(RELEASE); 36 static const char *name = STRING(NAME); 37 37 static const char *arch = STRING(KARCH); 38 38
Note:
See TracChangeset
for help on using the changeset viewer.