|
From: <sv...@de...> - 2005-06-28 16:37:24
|
Author: marcelo Date: 2005-06-28 12:37:26 -0400 (Tue, 28 Jun 2005) New Revision: 1431 Modified: humano2/trunk/core/config.cs Log: * Updated version number to Beta8 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-06-24 23:25:18 UTC (rev 1430) +++ humano2/trunk/core/config.cs 2005-06-28 16:37:26 UTC (rev 1431) @@ -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 "beta7"; + const string patch =3D "beta8"; =09 // Contains the instance, once instanced. private static Config instance =3D null; |