Skip to content

Commit

Permalink
Initial revision.
Browse files Browse the repository at this point in the history
  • Loading branch information
slimek committed Feb 12, 2016
0 parents commit 9620cf8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Setup/Version.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

namespace Meringue
{

/// <summary>
/// Version Number of Meringue Library.
/// </summary>
public class Version
{
public static readonly int Major = 0;
public static readonly int Minor = 0;
public static readonly int Build = 0;
}

} // namespace Meringue

0 comments on commit 9620cf8

Please sign in to comment.