浏览代码

- change major version number to 3.0. trunk is definitely no longer compatible with 2.0.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1154 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
aramis_acg 13 年之前
父节点
当前提交
d508e44030
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      code/AssimpPCH.cpp
  2. 1 1
      revision.h

+ 1 - 1
code/AssimpPCH.cpp

@@ -31,7 +31,7 @@ ASSIMP_API unsigned int aiGetVersionMinor ()	{
 // ------------------------------------------------------------------------------------------------
 // Get Assimp major version
 ASSIMP_API unsigned int aiGetVersionMajor ()	{
-	return 2;
+	return 3;
 }
 
 // ------------------------------------------------------------------------------------------------

+ 1 - 1
revision.h

@@ -1 +1 @@
-#define SVNRevision  1045 
+#define SVNRevision  1154