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.