- 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-9d2fd5bffc1fpull/5/head
parent
4b61e27590
commit
d508e44030
|
@ -31,7 +31,7 @@ ASSIMP_API unsigned int aiGetVersionMinor () {
|
|||
// ------------------------------------------------------------------------------------------------
|
||||
// Get Assimp major version
|
||||
ASSIMP_API unsigned int aiGetVersionMajor () {
|
||||
return 2;
|
||||
return 3;
|
||||
}
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
|
|
|
@ -1 +1 @@
|
|||
#define SVNRevision 1045
|
||||
#define SVNRevision 1154
|
||||
|
|
Loading…
Reference in New Issue