Revert "Reassert extended branch version flavour again after merge from 0.7.6-post-fixes"
This reverts commit 2a482c22bc
.
0.7.6-extended^2
parent
2a482c22bc
commit
d81a1666da
|
@ -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.Extended;
|
private const Flavour VERSION_FLAVOUR = Flavour.Post_Fixes;
|
||||||
|
|
||||||
public enum Flavour
|
public enum Flavour
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue