|
From: <sv...@de...> - 2005-06-08 17:39:59
|
Author: marcelo Date: 2005-06-08 13:39:57 -0400 (Wed, 08 Jun 2005) New Revision: 1266 Modified: humano2/trunk/core/config.cs Log: * Changed version to Beta5 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-08 16:41:35 UTC (rev 1265) +++ humano2/trunk/core/config.cs 2005-06-08 17:39:57 UTC (rev 1266) @@ -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 "beta4"; + const string patch =3D "beta5"; =09 // Contains the instance, once instanced. private static Config instance =3D null; |