From bca7187cb58b41ab996098c6e0fe508bde462204 Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Wed, 27 May 2020 11:31:59 -0700 Subject: [PATCH] Bump to 1.0 (#78) Signed-off-by: Louise Poubel --- CMakeLists.txt | 6 +++--- QUALITY_DECLARATION.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 163bf7e..e6222d4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,9 +1,9 @@ cmake_minimum_required(VERSION 3.0.2) project(console_bridge) -set (CONSOLE_BRIDGE_MAJOR_VERSION 0) -set (CONSOLE_BRIDGE_MINOR_VERSION 5) -set (CONSOLE_BRIDGE_PATCH_VERSION 1) +set (CONSOLE_BRIDGE_MAJOR_VERSION 1) +set (CONSOLE_BRIDGE_MINOR_VERSION 0) +set (CONSOLE_BRIDGE_PATCH_VERSION 0) set (CONSOLE_BRIDGE_VERSION ${CONSOLE_BRIDGE_MAJOR_VERSION}.${CONSOLE_BRIDGE_MINOR_VERSION}.${CONSOLE_BRIDGE_PATCH_VERSION}) message (STATUS "${PROJECT_NAME} version ${CONSOLE_BRIDGE_VERSION}") diff --git a/QUALITY_DECLARATION.md b/QUALITY_DECLARATION.md index df4f33c..433073e 100644 --- a/QUALITY_DECLARATION.md +++ b/QUALITY_DECLARATION.md @@ -14,7 +14,7 @@ Below are the rationales, notes, and caveats for this claim, organized by each r ### Version Stability [1.ii] -`libconsole-bridge-dev` is not yet at a stable version, i.e. `>= 1.0.0`. +`libconsole-bridge-dev` is at a stable version, i.e. `>= 1.0.0`. ### Public API Declaration [1.iii] @@ -100,7 +100,7 @@ New source files added to this library will require having a copyright statement ## Dependencies [5] -`libconsole-bridge-dev` has no run-time or build-time dependencies that need to be considered for this declaration. +`libconsole-bridge-dev` has no run-time or build-time dependencies that need to be considered for this declaration. ## Platform Support [6]