mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-29 18:07:16 +02:00
chore: mp-units version bumped to 2.4.0
This commit is contained in:
@ -40,9 +40,9 @@ repository-code: "https://github.com/mpusz/mp-units"
|
|||||||
url: "https://mpusz.github.io/mp-units"
|
url: "https://mpusz.github.io/mp-units"
|
||||||
repository-artifact: "https://conan.io/center/mp-units"
|
repository-artifact: "https://conan.io/center/mp-units"
|
||||||
|
|
||||||
version: 2.2.0
|
version: 2.3.0
|
||||||
date-released: "2024-06-14"
|
date-released: "2024-09-27"
|
||||||
identifiers:
|
identifiers:
|
||||||
- description: "The GitHub release URL of tag 2.2.0"
|
- description: "The GitHub release URL of tag 2.3.0"
|
||||||
type: url
|
type: url
|
||||||
value: "https://github.com/mpusz/mp-units/releases/tag/v2.2.0"
|
value: "https://github.com/mpusz/mp-units/releases/tag/v2.3.0"
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
[](https://github.com/mpusz/mp-units/actions?query=workflow%3ADocumentation+branch%3Amaster)
|
[](https://github.com/mpusz/mp-units/actions?query=workflow%3ADocumentation+branch%3Amaster)
|
||||||
|
|
||||||
[](https://conan.io/center/mp-units)
|
[](https://conan.io/center/mp-units)
|
||||||
[](https://mpusz.jfrog.io/ui/packages/conan:%2F%2Fmp-units/2.3.0)
|
[](https://mpusz.jfrog.io/ui/packages/conan:%2F%2Fmp-units/2.4.0)
|
||||||
|
|
||||||
|
|
||||||
# `mp-units` - The quantities and units library for C++
|
# `mp-units` - The quantities and units library for C++
|
||||||
|
@ -265,7 +265,7 @@ The following steps may be performed to obtain an official library release:
|
|||||||
|
|
||||||
```ini title="conanfile.txt"
|
```ini title="conanfile.txt"
|
||||||
[requires]
|
[requires]
|
||||||
mp-units/2.2.0
|
mp-units/2.3.0
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
|
|
||||||
@ -323,7 +323,7 @@ with the following differences:
|
|||||||
|
|
||||||
```ini title="conanfile.txt" hl_lines="2"
|
```ini title="conanfile.txt" hl_lines="2"
|
||||||
[requires]
|
[requires]
|
||||||
mp-units/2.3.0@mpusz/testing
|
mp-units/2.4.0@mpusz/testing
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
# SOFTWARE.
|
# SOFTWARE.
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.25)
|
cmake_minimum_required(VERSION 3.25)
|
||||||
project(mp-units VERSION 2.3.0 LANGUAGES CXX)
|
project(mp-units VERSION 2.4.0 LANGUAGES CXX)
|
||||||
|
|
||||||
set(projectPrefix MP_UNITS_)
|
set(projectPrefix MP_UNITS_)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user