Bump trunk version number to 0.6.9.

This is a place holder name and not necessarily the version number that will be used
This commit is contained in:
Justin Clark-Casey (justincc)
2009-11-26 19:00:57 +00:00
parent ee0b5abc62
commit 52dc9ec003

View File

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