From: Thomas Jarosch Date: Wed, 26 Jul 2017 15:03:29 +0000 (+0200) Subject: Increase version to 1.4rc2 X-Git-Tag: v1.4rc2^0 X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=commitdiff_plain;h=refs%2Ftags%2Fv1.4rc2 Increase version to 1.4rc2 --- 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)