From aa8606af3da0f7b5d353ee24d81f30f65222e2c6 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Tue, 19 Apr 2016 23:02:52 +0200 Subject: [PATCH] Set version number to 1.3rc1 --- CMakeLists.txt | 2 +- README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.1