Reassert extended branch version flavour again after merge from 0.7.6-post-fixes

0.7.6-extended^2
Justin Clark-Casey (justincc) 2014-02-13 00:22:47 +00:00
parent bb0f2f98e8
commit 2a482c22bc
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ namespace OpenSim
public class VersionInfo public class VersionInfo
{ {
private const string VERSION_NUMBER = "0.7.6.1"; private const string VERSION_NUMBER = "0.7.6.1";
private const Flavour VERSION_FLAVOUR = Flavour.Post_Fixes; private const Flavour VERSION_FLAVOUR = Flavour.Extended;
public enum Flavour public enum Flavour
{ {