X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=CMakeLists.txt;h=350cc1b407c52d80026d1dc3fc252cfc825d95f5;hp=9acdad1b3a7032a4d813a7d7985b2f429a7b76bb;hb=fb56d9cf14f34dda2d7b154f16a0c08ad8b639f9;hpb=aa8606af3da0f7b5d353ee24d81f30f65222e2c6 diff --git a/CMakeLists.txt b/CMakeLists.txt index 9acdad1..350cc1b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,9 +1,9 @@ # Project project(libftdi1) set(MAJOR_VERSION 1) -set(MINOR_VERSION 3rc1) +set(MINOR_VERSION 4) 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)