From a8d66408e4069cea7d1771fea87cae42997a58e5 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Wed, 26 Jul 2017 17:03:29 +0200 Subject: [PATCH] Increase version to 1.4rc2 --- CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 350cc1b..9d2193b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project(libftdi1) set(MAJOR_VERSION 1) set(MINOR_VERSION 4) set(PACKAGE libftdi1) -set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}rc1) +set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}rc2) set(VERSION ${VERSION_STRING}) set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake) -- 1.7.1