Prepare final 1.3 release v1.3
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 20 May 2016 06:53:12 +0000 (08:53 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 20 May 2016 06:53:12 +0000 (08:53 +0200)
CMakeLists.txt
ChangeLog
README

index 4c2e4fe..ce122ff 100644 (file)
@@ -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)
 
index cad21ae..fa30a3e 100644 (file)
--- 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 (file)
--- 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