# HG changeset patch # User Mychaela Falconia # Date 1602831756 0 # Node ID 775dba605f334aec1b83255d0ee77e8d3b6405b3 # Parent 1fb47f5b597a0ca22ca708b14aa394ba25866995 helpers: we are FC Tourmaline diff -r 1fb47f5b597a -r 775dba605f33 helpers/build-date.c --- a/helpers/build-date.c Fri Oct 16 07:01:13 2020 +0000 +++ b/helpers/build-date.c Fri Oct 16 07:02:36 2020 +0000 @@ -25,9 +25,9 @@ tm = gmtime(&now); printf("const char firmware_version_str[] =\n"); if (argc >= 3) - printf("\"FreeCalypso Magnetite %s (%s), ", argv[1], argv[2]); + printf("\"FreeCalypso Tourmaline %s (%s), ", argv[1], argv[2]); else - printf("\"FreeCalypso Magnetite %s, ", argv[1]); + printf("\"FreeCalypso Tourmaline %s, ", argv[1]); if (argc >= 4 && strcmp(argv[3], "unknown")) printf("source version %s, ", argv[3]); printf("build date %d-%02d-%02dT%02d:%02d:%02dZ\";\n", diff -r 1fb47f5b597a -r 775dba605f33 helpers/makeline.c --- a/helpers/makeline.c Fri Oct 16 07:01:13 2020 +0000 +++ b/helpers/makeline.c Fri Oct 16 07:02:36 2020 +0000 @@ -1,5 +1,5 @@ /* - * This helper utility for the FreeCalypso Magnetite build system + * This helper utility for the FreeCalypso Tourmaline build system * emits potentially long generated Makefile lines, breaking them into * multiple lines with backslashes. */