X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=CMakeLists.txt;h=4c43a4818ed080883d66da12835572e30687fbf6;hp=67f0c2225bb20e80e67859ae50c3b1fdc740597e;hb=c9a460e336631ed3d21e6f870d4137d5e98c30a7;hpb=be4bae37b3f851d7e06610fe474d84a3b2371efb diff --git a/CMakeLists.txt b/CMakeLists.txt index 67f0c22..4c43a48 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # Project project(libftdi) -set(MAJOR_VERSION 0) -set(MINOR_VERSION 99) +set(MAJOR_VERSION 1) +set(MINOR_VERSION 0) set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}) SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}")