From ab9847def432ac292d5342cc1230b70c94f46ae4 Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Fri, 22 Dec 2006 13:57:29 +0000 Subject: [PATCH] Mark trunk as SD 3.0 git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2182 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 --- src/Automated.proj | 2 +- src/Main/GlobalAssemblyInfo.template | 4 ++-- src/Main/StartUp/Project/Dialogs/SplashScreen.cs | 2 +- src/Main/StartUp/Project/SharpDevelopMain.cs | 2 +- src/Main/StartUp/Project/app.template.config | 12 ++++++------ 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/Automated.proj b/src/Automated.proj index 036b51d56b..f9d8bf83bb 100644 --- a/src/Automated.proj +++ b/src/Automated.proj @@ -11,7 +11,7 @@ $(ProjectDir)\src $(ProjectDir)\bin $(MSBuildProjectDirectory)\Tools\MSBuildCommunityTasks - SharpDevelop_2.1.0. + SharpDevelop_3.0.0. $(MSBuildProjectDirectory)\Tools\NUnit diff --git a/src/Main/GlobalAssemblyInfo.template b/src/Main/GlobalAssemblyInfo.template index 29be869b93..99b66931f6 100644 --- a/src/Main/GlobalAssemblyInfo.template +++ b/src/Main/GlobalAssemblyInfo.template @@ -24,8 +24,8 @@ using System.Reflection; internal static class RevisionClass { - public const string Major = "2"; - public const string Minor = "1"; + public const string Major = "3"; + public const string Minor = "0"; public const string Build = "0"; public const string Revision = "-INSERTREVISION-"; diff --git a/src/Main/StartUp/Project/Dialogs/SplashScreen.cs b/src/Main/StartUp/Project/Dialogs/SplashScreen.cs index 9b3f9a6246..ec7559a869 100644 --- a/src/Main/StartUp/Project/Dialogs/SplashScreen.cs +++ b/src/Main/StartUp/Project/Dialogs/SplashScreen.cs @@ -14,7 +14,7 @@ namespace ICSharpCode.SharpDevelop { public class SplashScreenForm : Form { - public const string VersionText = "SharpDevelop " + RevisionClass.FullVersion; + public const string VersionText = "Montferrer (3.0) build " + RevisionClass.Revision; static SplashScreenForm splashScreen; static List requestedFileList = new List(); diff --git a/src/Main/StartUp/Project/SharpDevelopMain.cs b/src/Main/StartUp/Project/SharpDevelopMain.cs index 30b1f5a838..7a5aa9a272 100644 --- a/src/Main/StartUp/Project/SharpDevelopMain.cs +++ b/src/Main/StartUp/Project/SharpDevelopMain.cs @@ -114,7 +114,7 @@ namespace ICSharpCode.SharpDevelop startup.ApplicationRootPath = Path.Combine(Path.GetDirectoryName(exe.Location), ".."); startup.AllowUserAddIns = true; startup.ConfigDirectory = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), - "ICSharpCode/SharpDevelop2.1"); + "ICSharpCode/SharpDevelop3.0"); startup.AddAddInsFromDirectory(Path.Combine(startup.ApplicationRootPath, "AddIns")); diff --git a/src/Main/StartUp/Project/app.template.config b/src/Main/StartUp/Project/app.template.config index c94a71d5b9..08d7523834 100644 --- a/src/Main/StartUp/Project/app.template.config +++ b/src/Main/StartUp/Project/app.template.config @@ -14,27 +14,27 @@ - + - + - + - + - + - +