Change version number to 0.7.6.3

0.7.6.3
Justin Clark-Casey (justincc) 2015-03-04 17:01:08 +00:00
parent a5e6d36f98
commit e69050519a
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ namespace OpenSim
{
public class VersionInfo
{
private const string VERSION_NUMBER = "0.7.6.2";
private const string VERSION_NUMBER = "0.7.6.3";
private const Flavour VERSION_FLAVOUR = Flavour.Release;
public enum Flavour