From: Thomas Jarosch Date: Tue, 9 Jun 2020 20:39:33 +0000 (+0200) Subject: Set version number to 1.5rc1 X-Git-Tag: v1.5rc1^2 X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=commitdiff_plain;h=2a2c8b9cb4bcf773492d27dfc179a2e45e1e83d2 Set version number to 1.5rc1 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 7771e80..9f209d0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,9 +1,9 @@ # Project project(libftdi1 C) set(MAJOR_VERSION 1) -set(MINOR_VERSION 4) +set(MINOR_VERSION 5) set(PACKAGE libftdi1) -set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}) +set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}rc1) set(VERSION ${VERSION_STRING}) set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake) diff --git a/README b/README index 27fbed0..aa6a974 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -------------------------------------------------------------------- -libftdi version 1.4 +libftdi version 1.5rc -------------------------------------------------------------------- libftdi - A library (using libusb) to talk to FTDI's UART/FIFO chips @@ -63,5 +63,5 @@ make install More verbose build instructions are in "README.build" -------------------------------------------------------------------- -www.intra2net.com 2003-2017 Intra2net AG +www.intra2net.com 2003-2020 Intra2net AG --------------------------------------------------------------------