From 28b01cbdd14c468c246ebea6b0275f870f402b62 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Mon, 11 Dec 2017 13:20:19 +0100 Subject: [PATCH] Update to 4.1.0 --- code/Version.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/Version.cpp b/code/Version.cpp index 2cd759817..fe9a2fdaa 100644 --- a/code/Version.cpp +++ b/code/Version.cpp @@ -46,7 +46,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "ScenePrivate.h" static const unsigned int MajorVersion = 4; -static const unsigned int MinorVersion = 0; +static const unsigned int MinorVersion = 1; // -------------------------------------------------------------------------------- // Legal information string - dont't remove this.