X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=CMakeLists.txt;h=4c2e4fe5c37c3cf90e4b1aab649f5070b9b69cd6;hp=74f80f407e4b66cd4643f7ada5832c90cc4a9aed;hb=23d7ac2beac7a4f903c25fd662c3ea59dca1898b;hpb=1a6645bfa90c1a7b40f6c33decfdd992f7002ff8 diff --git a/CMakeLists.txt b/CMakeLists.txt index 74f80f4..4c2e4fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,9 +1,9 @@ # Project project(libftdi1) set(MAJOR_VERSION 1) -set(MINOR_VERSION 2) +set(MINOR_VERSION 3) set(PACKAGE libftdi1) -set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}) +set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}rc1) set(VERSION ${VERSION_STRING}) set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)