Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed May 13, 2024
1 parent 77ab455 commit af2b75b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 4.0)
project(lime LANGUAGES CXX VERSION 5.0)

# --------------------------------------------------------------------------------------------------------
# Library options
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ This should be used for compatibility with wine as it currently does not support
```cmake
CPMFindPackage(
NAME lime
VERSION 3.0
VERSION 5.0
GIT_REPOSITORY "https://github.com/Curve/lime"
)
```
Expand All @@ -66,7 +66,7 @@ This should be used for compatibility with wine as it currently does not support
```cmake
include(FetchContent)
FetchContent_Declare(lime GIT_REPOSITORY "https://github.com/Curve/lime" GIT_TAG v3.0)
FetchContent_Declare(lime GIT_REPOSITORY "https://github.com/Curve/lime" GIT_TAG v5.0)
FetchContent_MakeAvailable(lime)
target_link_libraries(<target> cr::lime)
Expand Down

0 comments on commit af2b75b

Please sign in to comment.