Bump version number

This commit is contained in:
Melanie Thielker
2010-04-05 22:26:18 +02:00
parent 07b4889eab
commit 5c04d768a6

View File

@@ -29,7 +29,7 @@ namespace OpenSim
{
public class VersionInfo
{
private const string VERSION_NUMBER = "0.6.8CM";
private const string VERSION_NUMBER = "0.6.9CM";
private const Flavour VERSION_FLAVOUR = Flavour.Dev;
public enum Flavour