Update version info to 0.8.2.0

inv-download
Justin Clark-Casey (justincc) 2015-03-16 21:53:31 +00:00
parent 8b13e4e731
commit e6889a6023
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ namespace OpenSim
{
public class VersionInfo
{
public const string VersionNumber = "0.8.1.0";
public const string VersionNumber = "0.8.2.0";
private const Flavour VERSION_FLAVOUR = Flavour.Dev;
public enum Flavour