|
From: <sv...@de...> - 2005-06-20 17:27:08
|
Author: marcelo Date: 2005-06-20 13:27:13 -0400 (Mon, 20 Jun 2005) New Revision: 1368 Modified: humano2/trunk/core/config.cs Log: UPDATED: version to 5.0.Beta7 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-20 15:08:00 UTC (rev 1367) +++ humano2/trunk/core/config.cs 2005-06-20 17:27:13 UTC (rev 1368) @@ -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 "beta5"; + const string patch =3D "beta7"; =09 // Contains the instance, once instanced. private static Config instance =3D null; |