The branch, master has been updated
       via  96d337a16b723d792f6ab5f40b7aa43120ac4782 (commit)
      from  23d7ac2beac7a4f903c25fd662c3ea59dca1898b (commit)


- Log -----------------------------------------------------------------
commit 96d337a16b723d792f6ab5f40b7aa43120ac4782
Author: Thomas Jarosch <[email protected]>
Date:   Fri May 20 08:53:12 2016 +0200

    Prepare final 1.3 release

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

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 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


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 [email protected]   

Reply via email to