Skip to content

Commit

Permalink
Bump to 1.0 (#78)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored May 27, 2020
1 parent 9c49b77 commit bca7187
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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}")
Expand Down
4 changes: 2 additions & 2 deletions QUALITY_DECLARATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down Expand Up @@ -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]

Expand Down

0 comments on commit bca7187

Please sign in to comment.