From: Thomas Jarosch Date: Fri, 20 May 2016 06:53:12 +0000 (+0200) Subject: Prepare final 1.3 release X-Git-Tag: v1.3^0 X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=commitdiff_plain;h=96d337a16b723d792f6ab5f40b7aa43120ac4782 Prepare final 1.3 release --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c2e4fe..ce122ff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project(libftdi1) set(MAJOR_VERSION 1) set(MINOR_VERSION 3) 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 cad21ae..fa30a3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -New in 1.3 - 2016-05-xx +New in 1.3 - 2016-05-20 ----------------------- * Added ftdi_usb_get_strings2() to prevent automatic device close (Fahrzin Hemmati) * Added ftdi_transfer_data_cancel() for cancellation of a submitted transfer, diff --git a/README b/README index 48d8432..4a5d45b 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -------------------------------------------------------------------- -libftdi version 1.3rc1 +libftdi version 1.3 -------------------------------------------------------------------- libftdi - A library (using libusb) to talk to FTDI's UART/FIFO chips