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>2003-05-07 01:04:41 +0400
committerMiguel de Icaza <miguel@gnome.org>2003-05-07 01:04:41 +0400
commit504796f325737de8713188592b52a79d03f29d81 (patch)
treec57a4f3a47836ca502f50e767f110acd91ae9ac9
parent4097197b5b215a343e160a0e45696d2cbc621e14 (diff)
Update version
svn path=/trunk/mcs/; revision=14353
-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 c0720fe69d6..70135f3eda8 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.23")]
+[assembly: AssemblyVersion("0.24")]
[assembly: AssemblyTitle ("Mono C# Compiler")]
[assembly: AssemblyDescription ("Mono C# Compiler")]
[assembly: AssemblyCopyright ("2001, 2002, 2003 Ximian, Inc.")]