Skip to content

Commit

Permalink
Up the version number to 0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
RevolutionSmythe authored and RevolutionSmythe committed May 21, 2011
1 parent 8c2569a commit 6382836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenSim/Framework/VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ namespace OpenSim.Framework
{
public class VersionInfo
{
private const string VERSION_NUMBER = "0.2";
private const Flavour VERSION_FLAVOUR = Flavour.Dev;
private const string VERSION_NUMBER = "0.3";
private const Flavour VERSION_FLAVOUR = Flavour.Release;
private const string VERSION_NAME = "Aurora";

public enum Flavour
Expand Down

0 comments on commit 6382836

Please sign in to comment.