Set version number to 1.6rc1
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 2 Jan 2026 22:23:56 +0000 (23:23 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Sat, 3 Jan 2026 00:46:24 +0000 (01:46 +0100)
CMakeLists.txt
README

index 9519a09..563576d 100644 (file)
@@ -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 (file)
--- 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