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:
authorDuncan Mak <duncan@mono-cvs.ximian.com>2003-10-02 05:46:35 +0400
committerDuncan Mak <duncan@mono-cvs.ximian.com>2003-10-02 05:46:35 +0400
commit9ed97206d0c132beca4baa25caef7a32cef7079e (patch)
treef9db6c213148a95dcd8f854cb7344a7eae890a46 /mcs/ilasm/AssemblyInfo.cs
parent55f2fd0bea0d419bbe3246100598194d397e93ed (diff)
Forgot to commit this
svn path=/trunk/mcs/; revision=18497
Diffstat (limited to 'mcs/ilasm/AssemblyInfo.cs')
-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 194b823558a..f3025174070 100644
--- a/mcs/ilasm/AssemblyInfo.cs
+++ b/mcs/ilasm/AssemblyInfo.cs
@@ -1,7 +1,7 @@
using System.Reflection;
using System.Runtime.CompilerServices;
-[assembly: AssemblyVersion("0.26.0")]
+[assembly: AssemblyVersion("0.28.0")]
[assembly: AssemblyTitle ("Mono ILasm Compiler")]
[assembly: AssemblyDescription ("Mono ILasm Compiler")]
[assembly: AssemblyCopyright ("Sergey Chaban and Jackson Harper")]