[mapguide-commits] r6359 - in trunk/Tools/Maestro: . Properties SDK

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Dec 23 01:56:56 EST 2011


Author: jng
Date: 2011-12-22 22:56:55 -0800 (Thu, 22 Dec 2011)
New Revision: 6359

Modified:
   trunk/Tools/Maestro/Properties/GlobalAssemblyInfo.cs
   trunk/Tools/Maestro/SDK/sdk_changelog.txt
   trunk/Tools/Maestro/build.bat
Log:
Prepare 4.0.0 final release

Modified: trunk/Tools/Maestro/Properties/GlobalAssemblyInfo.cs
===================================================================
--- trunk/Tools/Maestro/Properties/GlobalAssemblyInfo.cs	2011-12-23 05:01:46 UTC (rev 6358)
+++ trunk/Tools/Maestro/Properties/GlobalAssemblyInfo.cs	2011-12-23 06:56:55 UTC (rev 6359)
@@ -35,5 +35,5 @@
 // You can specify all the values or you can default the Build and Revision Numbers 
 // by using the '*' as shown below:
 // [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("4.0.0.6282")]
-[assembly: AssemblyFileVersion("4.0.0.6282")]
+[assembly: AssemblyVersion("4.0.0.6359")]
+[assembly: AssemblyFileVersion("4.0.0.6359")]

Modified: trunk/Tools/Maestro/SDK/sdk_changelog.txt
===================================================================
--- trunk/Tools/Maestro/SDK/sdk_changelog.txt	2011-12-23 05:01:46 UTC (rev 6358)
+++ trunk/Tools/Maestro/SDK/sdk_changelog.txt	2011-12-23 06:56:55 UTC (rev 6359)
@@ -1,3 +1,8 @@
+4.0
+---
+
+- Updated samples to match current APIs
+
 3.5
 ---
 

Modified: trunk/Tools/Maestro/build.bat
===================================================================
--- trunk/Tools/Maestro/build.bat	2011-12-23 05:01:46 UTC (rev 6358)
+++ trunk/Tools/Maestro/build.bat	2011-12-23 06:56:55 UTC (rev 6359)
@@ -2,7 +2,7 @@
 SET TYPEACTION=build
 SET TYPEBUILD=Release
 SET PLATFORM=Any CPU
-SET RELEASE_VERSION=4.0rc1
+SET RELEASE_VERSION=4.0.0
 SET OLDPATH=%PATH%
 SET PATH=%PATH%;%CD%\Thirdparty\NSIS;C:\Windows\Microsoft.NET\Framework\v3.5
 SET SLNDIR=%CD%



More information about the mapguide-commits mailing list