libftdi-git Archives

Subject: A library to talk to FTDI chips branch, master, updated. v1.5rc1-1-g5c2c58e

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Tue, 7 Jul 2020 21:33:28 +0200 (CEST)
The branch, master has been updated
       via  5c2c58e03ea999534e8cb64906c8ae8b15536c30 (commit)
      from  5e9f7a6d1d34ca33e24c720300131d64098fa828 (commit)


- Log -----------------------------------------------------------------
commit 5c2c58e03ea999534e8cb64906c8ae8b15536c30
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date:   Tue Jul 7 21:32:55 2020 +0200

    Release libftdi 1.5 final

-----------------------------------------------------------------------

Summary of changes:
 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


hooks/post-receive
-- 
A library to talk to FTDI chips

--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • A library to talk to FTDI chips branch, master, updated. v1.5rc1-1-g5c2c58e, libftdi-git <=