Browse Source

update version number for the CMake build

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@854 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
aramis_acg 14 years ago
parent
commit
e76dc77562
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeLists.txt

+ 1 - 1
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 )