summaryrefslogtreecommitdiff
path: root/content/fetchers/about.c
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-10-06 18:12:57 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-10-06 18:12:57 +0100
commit9cb4d00ea9c2252a0a4345c39f4ca95cb8eeadf1 (patch)
tree11b0d6f2733cfa9abed83b7dcfb29cdf0e32276b /content/fetchers/about.c
parent9c1a04e279f691a9db4b338fc0f52030cc439a13 (diff)
downloadnetsurf-9cb4d00ea9c2252a0a4345c39f4ca95cb8eeadf1.tar.gz
netsurf-9cb4d00ea9c2252a0a4345c39f4ca95cb8eeadf1.tar.bz2
If you pass CI_BUILD=xxx to make, it will build a CI #xxx into the version string and also mention it in the testament
Diffstat (limited to 'content/fetchers/about.c')
-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;