[mapguide-commits] r7316 - branches/2.5/MgDev/Common/Foundation/System

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Jan 17 17:37:22 PST 2013


Author: jng
Date: 2013-01-17 17:37:22 -0800 (Thu, 17 Jan 2013)
New Revision: 7316

Modified:
   branches/2.5/MgDev/Common/Foundation/System/Resources.cpp
Log:
Version bump missed a spot

Modified: branches/2.5/MgDev/Common/Foundation/System/Resources.cpp
===================================================================
--- branches/2.5/MgDev/Common/Foundation/System/Resources.cpp	2013-01-17 07:47:37 UTC (rev 7315)
+++ branches/2.5/MgDev/Common/Foundation/System/Resources.cpp	2013-01-18 01:37:22 UTC (rev 7316)
@@ -38,8 +38,8 @@
 const STRING MgResources::ServerShuttingDown            = L"Server shutting down...";
 const STRING MgResources::ServerStarted                 = L"Server started.";
 const STRING MgResources::ServerStopped                 = L"Server stopped.";
-const STRING MgResources::ServerServiceName             = L"MapGuideServer2.4"; // Do not translate
-const STRING MgResources::ServerServiceDisplayName      = L"MapGuide Server v2.4"; // Do not translate
+const STRING MgResources::ServerServiceName             = L"MapGuideServer2.5"; // Do not translate
+const STRING MgResources::ServerServiceDisplayName      = L"MapGuide Server v2.5"; // Do not translate
 const STRING MgResources::ServerServiceDescription      = L"The MapGuide Server process.";
 const STRING MgResources::UsingDefaultResourceFile      = L"Defaulting to the \"en\" resource file.";
 const STRING MgResources::RegisteredLicenseDetected     = L"Registered license detected...";



More information about the mapguide-commits mailing list