From 19769eef8b9612a82fdb55c245db871476e7f178 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Tue, 5 Jul 2016 18:43:16 +0200 Subject: [PATCH] Version: prepare 3.3 version. --- code/Version.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/Version.cpp b/code/Version.cpp index c610435673..ce5c1c0819 100644 --- a/code/Version.cpp +++ b/code/Version.cpp @@ -6,7 +6,7 @@ #include "ScenePrivate.h" static const unsigned int MajorVersion = 3; -static const unsigned int MinorVersion = 2; +static const unsigned int MinorVersion = 3; // -------------------------------------------------------------------------------- // Legal information string - dont't remove this.