From bf358e528f3517339c1d015104a2c23b68d4c2a7 Mon Sep 17 00:00:00 2001 From: Matt Hellige Date: Fri, 7 Jun 2019 15:41:31 -0500 Subject: [PATCH] Release 0.9.19. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8e34bb9..20b8f6f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.9.1) -project(Ccs VERSION 0.9.18 DESCRIPTION "CCS configuration library") +project(Ccs VERSION 0.9.19 DESCRIPTION "CCS configuration library") option(COVERAGE "Build with code coverage enabled" OFF)