Increase version to 1.4 final v1.4
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 7 Aug 2017 14:52:39 +0000 (16:52 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 7 Aug 2017 14:52:39 +0000 (16:52 +0200)
CMakeLists.txt
ChangeLog
README

index 9d2193b..66abe4c 100644 (file)
@@ -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)
 
index ef9611b..04acd31 100644 (file)
--- 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 (file)
--- 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