Remove the "mel_t" from version string

prioritization
Melanie 2009-10-22 07:03:40 +01:00
parent b35fbe1f98
commit 1e71e3f910
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.6.8-mel_t";
private const string VERSION_NUMBER = "0.6.8";
private const Flavour VERSION_FLAVOUR = Flavour.Dev;
public enum Flavour