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>2005-05-04 07:22:23 +0400
committerMiguel de Icaza <miguel@gnome.org>2005-05-04 07:22:23 +0400
commit22812f244240dbd81986cbdcb819436544c11548 (patch)
tree2565df6e1bb1bacef72a84187d5dd935f6e545bf
parent40c96c75f82ea89bed875fb5b2164b676d3e6d4c (diff)
Update
svn path=/branches/mono-1-1-7/mcs/; revision=43998
-rw-r--r--mcs/ilasm/AssemblyInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/ilasm/AssemblyInfo.cs b/mcs/ilasm/AssemblyInfo.cs
index f5f31a20f67..ab77387669f 100644
--- a/mcs/ilasm/AssemblyInfo.cs
+++ b/mcs/ilasm/AssemblyInfo.cs
@@ -1,7 +1,7 @@
using System.Reflection;
using System.Runtime.CompilerServices;
-[assembly: AssemblyVersion("1.1.5")]
+[assembly: AssemblyVersion("1.1.7")]
[assembly: AssemblyTitle ("Mono ILasm Compiler")]
[assembly: AssemblyDescription ("Mono ILasm Compiler")]
[assembly: AssemblyCopyright ("Sergey Chaban and Jackson Harper")]