Skip to content

Commit

Permalink
[brief] Increases minor version.
Browse files Browse the repository at this point in the history
[detailed]
- Also updates README.
  • Loading branch information
marovira committed May 30, 2023
1 parent 83a6b3b commit 2a136a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Project setup.
#================================
cmake_minimum_required(VERSION 3.24)
project(rad VERSION 1.1.0 LANGUAGES CXX)
project(rad VERSION 1.2.0 LANGUAGES CXX)

if (APPLE)
message(ERROR "RAD does not support Apple platforms.")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ In addition, RAD depends on the following libraries:
| [Zeus](https://github.com/marovira/zeus) | 1.1.0 |
| [OpenCV](https://github.com/opencv/opencv) |4.7.0 |
| [TBB](https://github.com/oneapi-src/oneTBB) |2021.8.0 |
| [ONNXRuntime](https://github.com/microsoft/onnxruntime) | 1.14.1 |
| [ONNXRuntime](https://github.com/microsoft/onnxruntime) | 1.15.0 |

> **Note:** ONNXRuntime is an optional dependency that may be removed when the library is
> built.
Expand Down

0 comments on commit 2a136a9

Please sign in to comment.