X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=CMakeLists.txt;h=66abe4c130d461fd35077ee4656d330683345a4a;hp=9d2193b1ed2425cf1241015a9c64c53f5976cb3b;hb=5bf1c1e3ff1616fda20c26cc3e3df7b807744c99;hpb=a8d66408e4069cea7d1771fea87cae42997a58e5 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)