Release libftdi 1.5 final latest_release v1.5
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Tue, 7 Jul 2020 19:32:55 +0000 (21:32 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Tue, 7 Jul 2020 19:32:55 +0000 (21:32 +0200)
CMakeLists.txt
ChangeLog
README

index 9f209d0..5aecafc 100644 (file)
@@ -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)
 
index eaf2c5a..8e2b213 100644 (file)
--- 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 (file)
--- 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