Set version number to 1.5rc1
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Tue, 9 Jun 2020 20:39:33 +0000 (22:39 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Tue, 9 Jun 2020 21:16:38 +0000 (23:16 +0200)
CMakeLists.txt
README

index 7771e80..9f209d0 100644 (file)
@@ -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 (file)
--- 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
 --------------------------------------------------------------------