- 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
pull/5/head
aramis_acg 2012-02-03 17:39:33 +00:00
parent 4b61e27590
commit d508e44030
2 changed files with 2 additions and 2 deletions

View File

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

View File

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