X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=CMakeLists.txt;h=66abe4c130d461fd35077ee4656d330683345a4a;hp=9d2193b1ed2425cf1241015a9c64c53f5976cb3b;hb=d5c1622a2ff0c722c0dc59533748489b45774e55;hpb=f1b4c09a8409b0706a4b25c38e5215b8fe28c64c diff --git a/CMakeLists.txt b/CMakeLists.txt index 9d2193b..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}rc2) +set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}) set(VERSION ${VERSION_STRING}) set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)