|
From: <sv...@de...> - 2005-05-26 16:09:47
|
Author: marijn Date: 2005-05-26 12:09:36 -0400 (Thu, 26 May 2005) New Revision: 1150 Modified: humano2/trunk/core/config.cs Log: * Marking trunk as Beta3 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-25 21:16:05 UTC (rev 1149) +++ humano2/trunk/core/config.cs 2005-05-26 16:09:36 UTC (rev 1150) @@ -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 "beta2"; + const string patch =3D "beta3"; =09 // Contains the instance, once instanced. private static Config instance =3D null; |