From d508e44030a56252e7824c7e708161d23ab6cd1e Mon Sep 17 00:00:00 2001 From: aramis_acg Date: Fri, 3 Feb 2012 17:39:33 +0000 Subject: [PATCH] - 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 --- code/AssimpPCH.cpp | 2 +- revision.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/AssimpPCH.cpp b/code/AssimpPCH.cpp index d6dcde619..334fc7eda 100644 --- a/code/AssimpPCH.cpp +++ b/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; } // ------------------------------------------------------------------------------------------------ diff --git a/revision.h b/revision.h index 3aeaaf14f..f55c0cc89 100644 --- a/revision.h +++ b/revision.h @@ -1 +1 @@ -#define SVNRevision 1045 +#define SVNRevision 1154