Browse Source

Update to 4.1.0

Kim Kulling 7 years ago
parent
commit
28b01cbdd1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/Version.cpp

+ 1 - 1
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.