Update dev version to 0.8.1

bullet-2.82
Justin Clark-Casey (justincc) 2014-06-17 18:32:26 +01:00
parent b59812b4e3
commit 602587b8d5
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.8.0";
private const string VERSION_NUMBER = "0.8.1";
private const Flavour VERSION_FLAVOUR = Flavour.Dev;
public enum Flavour