From: Thomas Jarosch Date: Tue, 7 Jul 2020 19:32:55 +0000 (+0200) Subject: Release libftdi 1.5 final X-Git-Tag: latest_release X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=commitdiff_plain;h=refs%2Ftags%2Flatest_release Release libftdi 1.5 final --- 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) diff --git a/ChangeLog b/ChangeLog index eaf2c5a..8e2b213 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -New in 1.5rc1 - 2020-06-xx +New in 1.5 - 2020-07-07 ----------------------- * Implement tc[io]flush methods & deprecate broken purge_buffers methods diff --git a/README b/README index aa6a974..c64f884 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -------------------------------------------------------------------- -libftdi version 1.5rc +libftdi version 1.5 -------------------------------------------------------------------- libftdi - A library (using libusb) to talk to FTDI's UART/FIFO chips