|
From: <sv...@de...> - 2005-05-27 22:32:53
|
Author: marijn Date: 2005-05-27 18:32:53 -0400 (Fri, 27 May 2005) New Revision: 1187 Modified: humano2/trunk/core/config.cs Log: * Marcar trunk como beta4. Modified: humano2/trunk/core/config.cs =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- humano2/trunk/core/config.cs 2005-05-27 22:32:27 UTC (rev 1186) +++ humano2/trunk/core/config.cs 2005-05-27 22:32:53 UTC (rev 1187) @@ -26,7 +26,7 @@ // The Version of the Humano2 core code const int major =3D 5; const int minor =3D 0; - const string patch =3D "beta3"; + const string patch =3D "beta4"; =09 // Contains the instance, once instanced. private static Config instance =3D null; |