Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Jan 10, 2024
1 parent 1936d9f commit 3f80830
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,5 +1,5 @@
cmake_minimum_required(VERSION 3.21)
project(lime LANGUAGES CXX VERSION 2.3)
project(lime LANGUAGES CXX VERSION 3.0)

# --------------------------------------------------------------------------------------------------------
# Library options
Expand Down Expand Up @@ -84,7 +84,7 @@ CPMAddPackage(

CPMAddPackage(
NAME boost_callable_traits
GIT_TAG boost-1.82.0
GIT_TAG boost-1.84.0
GIT_REPOSITORY "https://github.com/boostorg/callable_traits"
)

Expand Down

0 comments on commit 3f80830

Please sign in to comment.