Skip to content

Commit

Permalink
fix version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhoen committed Mar 19, 2024
1 parent eea6e6e commit 455b791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required (VERSION 3.11.0)

set(BUGGER_VERSION_MAJOR 0)
set(BUGGER_VERSION_MINOR 1)
set(BUGGER_VERSION_MAJOR 1)
set(BUGGER_VERSION_MINOR 0)
set(BUGGER_VERSION_PATCH 0)

SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
Expand Down

0 comments on commit 455b791

Please sign in to comment.