update version number, this marks the end commit after the release of 1.5.0 and the start of the next release

This commit is contained in:
adelikat 2013-08-23 00:33:00 +00:00
parent 67935bc98f
commit 1a9eb940a6
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
static class VersionInfo
{
public const string MAINVERSION = "1.4.0";
public const string MAINVERSION = "1.5.0";
}