libftdi-git Archives

Subject: A library to talk to FTDI chips branch, master, updated. v1.4rc2-3-gd5c1622

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Mon, 7 Aug 2017 16:54:09 +0200 (CEST)
The branch, master has been updated
       via  d5c1622a2ff0c722c0dc59533748489b45774e55 (commit)
      from  f1b4c09a8409b0706a4b25c38e5215b8fe28c64c (commit)


- Log -----------------------------------------------------------------
commit d5c1622a2ff0c722c0dc59533748489b45774e55
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date:   Mon Aug 7 16:52:39 2017 +0200

    Increase version to 1.4 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 9d2193b..66abe4c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@ project(libftdi1)
 set(MAJOR_VERSION 1)
 set(MINOR_VERSION 4)
 set(PACKAGE libftdi1)
-set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}rc2)
+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 ef9611b..04acd31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-New in 1.4rcX - 2017-07-XX
+New in 1.4 - 2017-08-07
 -----------------------
 * New ftdi_usb_open_bus_addr() open function
 * Use BM/R series baud rate computation for FT230X
diff --git a/README b/README
index 0b83478..072b671 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 --------------------------------------------------------------------
-libftdi version 1.4rcX
+libftdi version 1.4
 --------------------------------------------------------------------
 
 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.4rc2-3-gd5c1622, libftdi-git <=