mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-29 18:07:16 +02:00
build: version bumped to 2.5.0
This commit is contained in:
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## mp-units
|
## mp-units
|
||||||
|
|
||||||
|
### 2.5.0 <small>WIP</small> { id="2.5.0" }
|
||||||
|
|
||||||
### 2.4.0 <small>November 5, 2024</small> { id="2.4.0" }
|
### 2.4.0 <small>November 5, 2024</small> { id="2.4.0" }
|
||||||
|
|
||||||
- (!) feat: `phase_velocity` and `group_velocity` aliases removed from ISQ by ISO
|
- (!) feat: `phase_velocity` and `group_velocity` aliases removed from ISQ by ISO
|
||||||
|
@ -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.4.0)
|
[](https://mpusz.jfrog.io/ui/packages/conan:%2F%2Fmp-units/2.5.0)
|
||||||
|
|
||||||
|
|
||||||
# `mp-units` - The quantities and units library for C++
|
# `mp-units` - The quantities and units library for C++
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
# SOFTWARE.
|
# SOFTWARE.
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.25)
|
cmake_minimum_required(VERSION 3.25)
|
||||||
project(mp-units VERSION 2.4.0 LANGUAGES CXX)
|
project(mp-units VERSION 2.5.0 LANGUAGES CXX)
|
||||||
|
|
||||||
set(projectPrefix MP_UNITS_)
|
set(projectPrefix MP_UNITS_)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user