Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
taehyounpark committed Apr 5, 2024
1 parent 5b5cb24 commit 580766b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ option(QUERYOSITY_EXAMPLES "Examples" OFF)
set(QUERYOSITY_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/include)
set(QUERYOSITY_MAJOR_VERSION 0)
set(QUERYOSITY_MINOR_VERSION 4)
set(QUERYOSITY_PATCH_VERSION 0)
set(QUERYOSITY_PATCH_VERSION 1)
set(QUERYOSITY_VERSION
${QUERYOSITY_MAJOR_VERSION}.${QUERYOSITY_MINOR_VERSION}.${QUERYOSITY_PATCH_VERSION}
)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Queryosity

![Version](https://img.shields.io/badge/Version-0.4.0-blue.svg)
![Version](https://img.shields.io/badge/Version-0.4.1-blue.svg)
![C++ Standard](https://img.shields.io/badge/C++-17-blue.svg)
[![Ubuntu](https://github.com/taehyounpark/analogical/actions/workflows/ubuntu.yml/badge.svg?branch=master)](https://github.com/taehyounpark/analogical/actions/workflows/ubuntu.yml)
[![macOS](https://github.com/taehyounpark/analogical/actions/workflows/macos.yml/badge.svg?branch=master)](https://github.com/taehyounpark/analogical/actions/workflows/macos.yml)
Expand Down Expand Up @@ -85,7 +85,7 @@ cmake --build .
cmake --install .
```
```cmake
find_package(queryosity 0.4.0 REQUIRED)
find_package(queryosity 0.4.1 REQUIRED)
...
add_library(Analysis ...)
...
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ cmake --install .
~~~

~~~{.cmake}
find_package(queryosity 0.4.0 REQUIRED)
find_package(queryosity 0.4.1 REQUIRED)
...
add_library(MyAnalysis ...)
...
Expand Down

0 comments on commit 580766b

Please sign in to comment.