--- sbbs/src/sbbs3/ver.cpp 2018/04/24 16:41:23 1.1 +++ sbbs/src/sbbs3/ver.cpp 2018/04/24 16:43:41 1.1.1.2 @@ -2,13 +2,13 @@ /* Synchronet version display */ -/* $Id: ver.cpp,v 1.1 2018/04/24 16:41:23 root Exp $ */ +/* $Id: ver.cpp,v 1.1.1.2 2018/04/24 16:43:41 root Exp $ */ /**************************************************************************** * @format.tab-size 4 (Plain Text/Source Code File Header) * * @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) * * * - * Copyright 2005 Rob Swindell - http://www.synchro.net/copyright.html * + * Copyright 2010 Rob Swindell - http://www.synchro.net/copyright.html * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * @@ -37,7 +37,7 @@ #include "sbbs.h" -extern "C" const char* beta_version = " "; /* Space if non-beta, " beta" otherwise */ +const char* beta_version = " "; /* Space if non-beta, " beta" otherwise */ #if defined(_WINSOCKAPI_) extern WSADATA WSAData;