Skip to content

Commit

Permalink
Update version to 1.0.0
Browse files Browse the repository at this point in the history
As there is not much development, it makes sense to mark the current
state as 1.0.0.
  • Loading branch information
morxa committed Sep 1, 2023
1 parent efdd13e commit 57f13ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ cmake_minimum_required (VERSION 3.6)
project (libkindrv)

# The version number.
set (libkindrv_VERSION_MAJOR 0)
set (libkindrv_VERSION_MINOR 1)
set (libkindrv_VERSION_PATCH 2)
set (libkindrv_VERSION_MAJOR 1)
set (libkindrv_VERSION_MINOR 0)
set (libkindrv_VERSION_PATCH 0)
set (libkindrv_VERSION ${libkindrv_VERSION_MAJOR}.${libkindrv_VERSION_MINOR}.${libkindrv_VERSION_PATCH})

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Werror")
Expand Down

0 comments on commit 57f13ac

Please sign in to comment.