Browse Source

Update version.

Kim Kulling 9 years ago
parent
commit
4d012bc476
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/Version.cpp

+ 1 - 1
code/Version.cpp

@@ -6,7 +6,7 @@
 #include "ScenePrivate.h"
 #include "ScenePrivate.h"
 
 
 static const unsigned int MajorVersion = 3;
 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.
 // Legal information string - dont't remove this.