summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/fetchers/about.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/fetchers/about.c b/content/fetchers/about.c
index 1330217f9..78f22df01 100644
--- a/content/fetchers/about.c
+++ b/content/fetchers/about.c
@@ -477,6 +477,9 @@ static bool fetch_about_testament_handler(struct fetch_about_context *ctx)
#else
"# This NetSurf was built from a branch (" WT_BRANCHPATH ").\n\n"
#endif
+#if defined(CI_BUILD)
+ "# This build carries the CI build number '" CI_BUILD "'\n\n"
+#endif
);
msg.data.header_or_data.len = slen;