From 1a9eb940a6bfdc0693d1550f7447752ecee844df Mon Sep 17 00:00:00 2001 From: adelikat Date: Fri, 23 Aug 2013 00:33:00 +0000 Subject: [PATCH] update version number, this marks the end commit after the release of 1.5.0 and the start of the next release --- VersionInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VersionInfo.cs b/VersionInfo.cs index 9bb1ef18a1..20c220dbd8 100644 --- a/VersionInfo.cs +++ b/VersionInfo.cs @@ -1,4 +1,4 @@ static class VersionInfo { - public const string MAINVERSION = "1.4.0"; + public const string MAINVERSION = "1.5.0"; }