From b75cd1d6253255ec7393d52bb6b2ee900558ce63 Mon Sep 17 00:00:00 2001 From: "E. Scott Daniels" Date: Fri, 22 Nov 2019 14:25:40 -0500 Subject: [PATCH] Bump version to force a package build for release Bloody release process depends on logs of past jobs which are not available. This is forcing another, unchanged, package to be pushed so that a ticket can be opened with a link to the job output :( Signed-off-by: E. Scott Daniels Change-Id: I6007fb1e347ef083cfebb89dab46cd3525fe15e7 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f765f2f..330b36b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,7 @@ cmake_minimum_required( VERSION 3.5 ) set( major_version "1" ) # should be automatically populated from git tag later, but until CI process sets a tag we use this set( minor_version "11" ) -set( patch_level "1" ) +set( patch_level "2" ) set( install_root "${CMAKE_INSTALL_PREFIX}" ) set( install_inc "include/rmr" ) -- 2.16.6