From: Thomas Jarosch Date: Tue, 19 Apr 2016 21:02:52 +0000 (+0200) Subject: Set version number to 1.3rc1 X-Git-Tag: v1.3rc1~3 X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=commitdiff_plain;h=aa8606af3da0f7b5d353ee24d81f30f65222e2c6 Set version number to 1.3rc1 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 74f80f4..9acdad1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # Project project(libftdi1) set(MAJOR_VERSION 1) -set(MINOR_VERSION 2) +set(MINOR_VERSION 3rc1) set(PACKAGE libftdi1) set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}) set(VERSION ${VERSION_STRING}) diff --git a/README b/README index 4a5d45b..48d8432 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -------------------------------------------------------------------- -libftdi version 1.3 +libftdi version 1.3rc1 -------------------------------------------------------------------- libftdi - A library (using libusb) to talk to FTDI's UART/FIFO chips