From e76dc77562e7e66083ae1b943b200248baddb16b Mon Sep 17 00:00:00 2001 From: aramis_acg Date: Sun, 21 Nov 2010 18:48:14 +0000 Subject: [PATCH] update version number for the CMake build git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@854 67173fc5-114c-0410-ac8e-9d2fd5bffc1f --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4d743d938..5a7747cfa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required( VERSION 2.6 ) PROJECT( Assimp ) -SET ( PROJECT_VERSION "1.1" ) +SET ( PROJECT_VERSION "2.0" ) INCLUDE_DIRECTORIES( include )