changeset 10:775dba605f33

helpers: we are FC Tourmaline
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 16 Oct 2020 07:02:36 +0000
parents 1fb47f5b597a
children 12ed2291fb67
files helpers/build-date.c helpers/makeline.c
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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",
--- 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.
  */