[simias-svn] SF.net SVN: simias:[7585] trunk/src/server/Simias.ClientUpdate/ClientUpdate .asmx.cs
Brought to you by:
srinidhi_bs
|
From: <mv...@us...> - 2011-04-13 16:12:18
|
Revision: 7585
http://simias.svn.sourceforge.net/simias/?rev=7585&view=rev
Author: mvikash
Date: 2011-04-13 16:12:10 +0000 (Wed, 13 Apr 2011)
Log Message:
-----------
ID: #686231
Reviewer: GG
Localization Required: No
Documentation Required: No
Description:changes done to support client upgrade
Modified Paths:
--------------
trunk/src/server/Simias.ClientUpdate/ClientUpdate.asmx.cs
Modified: trunk/src/server/Simias.ClientUpdate/ClientUpdate.asmx.cs
===================================================================
--- trunk/src/server/Simias.ClientUpdate/ClientUpdate.asmx.cs 2011-04-13 16:09:23 UTC (rev 7584)
+++ trunk/src/server/Simias.ClientUpdate/ClientUpdate.asmx.cs 2011-04-13 16:12:10 UTC (rev 7585)
@@ -70,7 +70,7 @@
private static string[,] VersionCompatibilityTable = new string[,]{
{"1.0.1", "3.0", "3.4"},
- {"1.1.0", "3.7", "3.8"}
+ {"1.1.0", "3.7", "3.9"}
};
/// <summary>
/// Xml tags used to defined the version information in the version.config file.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|