December 06, 2004 10:28 pm (permalink)

... and in revision 37279, GMCS became "BETA SOFTWARE" :-)

At 4:28 am this morning, I just did one very special commit to GMCS:

martin@gondor:~/monocvs/mono/mcs/gmcs> svn diff driver.cs
Index: driver.cs
===================================================================
--- driver.cs   (revision 37273)
+++ driver.cs   (working copy)
@@ -1338,7 +1338,7 @@
                        int i;
                        bool parsing_options = true;

-                       Console.WriteLine ("ALPHA SOFTWARE: Mono C# Compiler {0} for Generics",
+                       Console.WriteLine ("BETA SOFTWARE: Mono C# Compiler {0} for Generics",
                                           Assembly.GetExecutingAssembly ().GetName ().Version.ToString ());
                        try {
                                encoding = Encoding.GetEncoding (28591);
martin@gondor:~/monocvs/mono/mcs/gmcs> svn ci -F log
Sending        gmcs/ChangeLog
Sending        gmcs/driver.cs
Transmitting file data ..
Committed revision 37279.

I think we can call this a new milestone.

Posted by martin at December 06, 2004 10:28 pm.