Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2004-06-29 19:11:06 +0400
committerMiguel de Icaza <miguel@gnome.org>2004-06-29 19:11:06 +0400
commitc68ea769ee205cc7787746dfe1b1311405b4852b (patch)
treeae9755e74d768e7973d5cb75594f0047b3130c1e
parent6a0ef2bda3ac841b83fec36d4dbba2f5efd06ed5 (diff)
update
svn path=/trunk/mcs/; revision=30527
-rw-r--r--mcs/mcs/AssemblyInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/mcs/AssemblyInfo.cs b/mcs/mcs/AssemblyInfo.cs
index b96fc0ad63f..770d86ce57d 100644
--- a/mcs/mcs/AssemblyInfo.cs
+++ b/mcs/mcs/AssemblyInfo.cs
@@ -1,7 +1,7 @@
using System.Reflection;
using System.Runtime.CompilerServices;
-[assembly: AssemblyVersion("0.96")]
+[assembly: AssemblyVersion("1.0")]
[assembly: AssemblyTitle ("Mono C# Compiler")]
[assembly: AssemblyDescription ("Mono C# Compiler")]
[assembly: AssemblyCopyright ("2001, 2002, 2003 Ximian, Inc.")]