From 2a2c8b9cb4bcf773492d27dfc179a2e45e1e83d2 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Tue, 9 Jun 2020 22:39:33 +0200 Subject: [PATCH] Set version number to 1.5rc1 --- CMakeLists.txt | 4 ++-- README | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -------------------------------------------------------------------- -- 1.7.1