From 9cb4d00ea9c2252a0a4345c39f4ca95cb8eeadf1 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 6 Oct 2012 18:12:57 +0100 Subject: 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 --- content/fetchers/about.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'content/fetchers/about.c') 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 @@ -476,6 +476,9 @@ static bool fetch_about_testament_handler(struct fetch_about_context *ctx) "# This testament is therefore very useful.\n\n" #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 ); -- cgit v1.2.3