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)
 
 
-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,
 
 --------------------------------------------------------------------
-libftdi version 1.3rc1
+libftdi version 1.3
 --------------------------------------------------------------------
 
 libftdi - A library (using libusb) to talk to FTDI's UART/FIFO chips