Update dev version to 0.8.1

This commit is contained in:
Justin Clark-Casey (justincc)
2014-06-17 18:32:26 +01:00
parent b59812b4e3
commit 602587b8d5

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