Browse Source

- 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 years ago
parent
commit
d508e44030
2 changed files with 2 additions and 2 deletions
  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