Bump version to 1.0.0 for upcoming release 10/3510/1 1.0.0
authorE. Scott Daniels <daniels@research.att.com>
Tue, 28 Apr 2020 15:10:48 +0000 (11:10 -0400)
committerE. Scott Daniels <daniels@research.att.com>
Tue, 28 Apr 2020 15:10:48 +0000 (11:10 -0400)
Version bump needed to force a rebuild of the package by the
CI jobs (change in CI to package with the standard install
prefix).

Issue-ID: RIC-148

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I2976b9224bcdd41e108eeac3fc900ab52b59927c

CHANGES
CMakeLists.txt

diff --git a/CHANGES b/CHANGES
index 05014d1..3833dbd 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
 # This file contains a brief summary of each version bump.
 
+2020 April 28; version 1.0.0
+       Bump version to force package build (old CI version added
+       incorrect install prefix). Bump to 1.0.0 for release.
+
 2020 March 27; version 0.1.2
        Changes identified by sonar (missing copy/move builders)
        rmr_dump example programme
index 8e65e5f..391070d 100644 (file)
@@ -28,9 +28,9 @@
 project( ricxfcpp )
 cmake_minimum_required( VERSION 3.5 )
 
-set( major_version "0" )               # should be automatically populated from git tag later, but until CI process sets a tag we use this
-set( minor_version "1" )
-set( patch_level "2" )
+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 "0" )
+set( patch_level "0" )
 
 set( install_root "${CMAKE_INSTALL_PREFIX}" )
 set( install_inc "include/ricxfcpp" )