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=a8d66408e4069cea7d1771fea87cae42997a58e5;hp=3b7ea7ef0840b633a7f79fbb730ed353a6168448 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)