From: Thomas Jarosch Date: Mon, 7 Aug 2017 14:52:39 +0000 (+0200) Subject: Increase version to 1.4 final X-Git-Tag: v1.4^0 X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=commitdiff_plain;h=d5c1622a2ff0c722c0dc59533748489b45774e55 Increase version to 1.4 final --- 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