Browse Source

Update to 4.1.0

Kim Kulling 7 năm trước cách đây
mục cha
commit
28b01cbdd1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"
 #include "ScenePrivate.h"
 
 
 static const unsigned int MajorVersion = 4;
 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.
 // Legal information string - dont't remove this.