From 8695000b833f9464ef414e09cb2a96958fe96c8b Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 13 Mar 2011 12:09:01 +0000 Subject: Slightly better out-of-svn build info svn path=/trunk/netsurf/; revision=12022 --- content/fetchers/about.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content') diff --git a/content/fetchers/about.c b/content/fetchers/about.c index 1f441d485..b343d2a61 100644 --- a/content/fetchers/about.c +++ b/content/fetchers/about.c @@ -312,6 +312,8 @@ static bool fetch_about_testament_handler(struct fetch_about_context *ctx) "# This is a *DEVELOPMENT* build from the trunk.\n\n" #elif defined(WT_BRANCHISRELEASE) "# This is a release build of NetSurf\n\n" +#elif defined(WT_NO_SVN) + "# This NetSurf was built outside of our revision control environment.\n# This testament is therefore very useful.\n\n" #else "# This NetSurf was built from a branch.\n\n" #endif -- cgit v1.2.3