Remove "NetSurf" from release version string, that's on the splash anyway.

svn path=/trunk/netsurf/; revision=13443
This commit is contained in:
Chris Young 2012-02-12 18:02:49 +00:00
parent 0410b0d640
commit b0b08b4eaf
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2008-2011 Chris Young <chris@unsatisfactorysoftware.co.uk> * Copyright 2008-2012 Chris Young <chris@unsatisfactorysoftware.co.uk>
* *
* This file is part of NetSurf, http://www.netsurf-browser.org/ * This file is part of NetSurf, http://www.netsurf-browser.org/
* *
@ -4084,7 +4084,7 @@ Object *ami_gui_splash_open(void)
SetFont(win->RPort, tfont); SetFont(win->RPort, tfont);
#ifdef NDEBUG #ifdef NDEBUG
ver_string = ASPrintf("NetSurf %s", netsurf_version); ver_string = ASPrintf("%s", netsurf_version);
#else #else
ver_string = ASPrintf("NetSurf %s (%s)", versvn, verdate); ver_string = ASPrintf("NetSurf %s (%s)", versvn, verdate);
#endif #endif