Bump version to force a package build for release 48/1748/1
authorE. Scott Daniels <daniels@research.att.com>
Fri, 22 Nov 2019 19:25:40 +0000 (14:25 -0500)
committerE. Scott Daniels <daniels@research.att.com>
Fri, 22 Nov 2019 19:25:40 +0000 (14:25 -0500)
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 <daniels@research.att.com>
Change-Id: I6007fb1e347ef083cfebb89dab46cd3525fe15e7

CMakeLists.txt

index f765f2f..330b36b 100644 (file)
@@ -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" )