Browse Source

Version: increase version from 3.1.1 to 3.2.

Kim Kulling 10 years ago
parent
commit
655cb65ab2
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"
 
 static const unsigned int MajorVersion = 3;
-static const unsigned int MinorVersion = 1;
+static const unsigned int MinorVersion = 2;
 
 // --------------------------------------------------------------------------------
 // Legal information string - dont't remove this.