X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=CMakeLists.txt;h=5aecafcbc5d42b9b9f214079696b7cc2a7adb584;hp=9f209d03285b97210e33e52d4b049be3ffb2e6ab;hb=5c2c58e03ea999534e8cb64906c8ae8b15536c30;hpb=5e9f7a6d1d34ca33e24c720300131d64098fa828 diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f209d0..5aecafc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project(libftdi1 C) set(MAJOR_VERSION 1) set(MINOR_VERSION 5) 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)