X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=CMakeLists.txt;h=66abe4c130d461fd35077ee4656d330683345a4a;hp=350cc1b407c52d80026d1dc3fc252cfc825d95f5;hb=41fdb68d8ae4f556492addeae8366087e3576480;hpb=418ef26fc13be97521a8a0f34d1397a114175aae diff --git a/CMakeLists.txt b/CMakeLists.txt index 350cc1b..66abe4c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project(libftdi1) set(MAJOR_VERSION 1) set(MINOR_VERSION 4) set(PACKAGE libftdi1) -set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}rc1) +set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}) set(VERSION ${VERSION_STRING}) set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)