From 5c2c58e03ea999534e8cb64906c8ae8b15536c30 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Tue, 7 Jul 2020 21:32:55 +0200 Subject: [PATCH] Release libftdi 1.5 final --- CMakeLists.txt | 2 +- ChangeLog | 2 +- README | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 -- 1.7.1