From c4b7675a43dcd8fa7c1c42708d5665a2a02e86e4 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Fri, 2 Jan 2026 23:23:56 +0100 Subject: [PATCH] Set version number to 1.6rc1 --- CMakeLists.txt | 4 ++-- README | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9519a09..563576d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,9 +5,9 @@ message(STATUS "CMake version: ${CMAKE_VERSION}") # Project project(libftdi1 C) set(MAJOR_VERSION 1) -set(MINOR_VERSION 5) +set(MINOR_VERSION 6) 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_CURRENT_SOURCE_DIR}/cmake) diff --git a/README b/README index 9297d4a..2a745cb 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -------------------------------------------------------------------- -libftdi version 1.5 +libftdi version 1.6rc1 -------------------------------------------------------------------- libftdi - A library (using libusb) to talk to FTDI's UART/FIFO chips -- 1.7.1