[mapguide-commits] r5675 - in trunk/Tools/Maestro: . Properties
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Mon Apr 4 10:53:31 EDT 2011
Author: jng
Date: 2011-04-04 07:53:31 -0700 (Mon, 04 Apr 2011)
New Revision: 5675
Modified:
trunk/Tools/Maestro/Properties/GlobalAssemblyInfo.cs
trunk/Tools/Maestro/build.bat
Log:
Prep beta 3 release
Modified: trunk/Tools/Maestro/Properties/GlobalAssemblyInfo.cs
===================================================================
--- trunk/Tools/Maestro/Properties/GlobalAssemblyInfo.cs 2011-04-04 14:30:25 UTC (rev 5674)
+++ trunk/Tools/Maestro/Properties/GlobalAssemblyInfo.cs 2011-04-04 14:53:31 UTC (rev 5675)
@@ -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("3.0.0.5654")]
-[assembly: AssemblyFileVersion("3.0.0.5654")]
+[assembly: AssemblyVersion("3.0.0.5675")]
+[assembly: AssemblyFileVersion("3.0.0.5675")]
Modified: trunk/Tools/Maestro/build.bat
===================================================================
--- trunk/Tools/Maestro/build.bat 2011-04-04 14:30:25 UTC (rev 5674)
+++ trunk/Tools/Maestro/build.bat 2011-04-04 14:53:31 UTC (rev 5675)
@@ -2,7 +2,7 @@
SET TYPEACTION=build
SET TYPEBUILD=Release
SET PLATFORM=Any CPU
-SET RELEASE_VERSION=3.0b2
+SET RELEASE_VERSION=3.0b3
SET OLDPATH=%PATH%
SET PATH=%PATH%;%CD%\Thirdparty\NSIS;C:\Windows\Microsoft.NET\Framework\v3.5
More information about the mapguide-commits
mailing list