Explorar o código

- 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 %!s(int64=13) %!d(string=hai) anos
pai
achega
d508e44030
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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