FreeCalypso > hg > fc-selenite
changeset 12:e825175be40d
helpers: s/Magnetite/Selenite/
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 15 Jul 2018 21:29:27 +0000 |
parents | b493d3857f4e |
children | f10cbd8a51c4 |
files | helpers/build-date.c helpers/makeline.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/helpers/build-date.c Sun Jul 15 21:24:44 2018 +0000 +++ b/helpers/build-date.c Sun Jul 15 21:29:27 2018 +0000 @@ -20,7 +20,7 @@ time(&now); tm = gmtime(&now); printf("const char firmware_version_str[] =\n"); - printf("\"FreeCalypso Magnetite %s, ", argv[1]); + printf("\"FreeCalypso Selenite %s, ", argv[1]); printf("build date %d-%02d-%02dT%02d:%02d:%02dZ\";\n", tm->tm_year+1900, tm->tm_mon+1, tm->tm_mday, tm->tm_hour, tm->tm_min, tm->tm_sec);
--- a/helpers/makeline.c Sun Jul 15 21:24:44 2018 +0000 +++ b/helpers/makeline.c Sun Jul 15 21:29:27 2018 +0000 @@ -1,5 +1,5 @@ /* - * This helper utility for the FreeCalypso Magnetite build system + * This helper utility for the FreeCalypso Selenite build system * emits potentially long generated Makefile lines, breaking them into * multiple lines with backslashes. */