Change version number to 0.8.0.4

0.8.0.4
Justin Clark-Casey 2015-03-04 17:21:03 +00:00
parent 732d04cb4a
commit d600c35a40
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.3";
private const string VERSION_NUMBER = "0.8.0.4";
private const Flavour VERSION_FLAVOUR = Flavour.Release;
public enum Flavour