mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-04 12:54:25 +02:00
0.1.0 released for gcc-8
This commit is contained in:
@@ -54,3 +54,11 @@ For a detailed information on project compilation, testing and reuse please refe
|
|||||||
|
|
||||||
`units` library design rationale and documentation can be found in
|
`units` library design rationale and documentation can be found in
|
||||||
[doc/DESIGN.md](doc/DESIGN.md)
|
[doc/DESIGN.md](doc/DESIGN.md)
|
||||||
|
|
||||||
|
|
||||||
|
## Release notes
|
||||||
|
|
||||||
|
- 0.1.0 May 18, 2019
|
||||||
|
- Initial library release
|
||||||
|
- Begin semantic versioning
|
||||||
|
- The last version to work with gcc-8
|
@@ -24,7 +24,7 @@ cmake_minimum_required(VERSION 3.8)
|
|||||||
#cmake_policy(SET CMP0076 NEW)
|
#cmake_policy(SET CMP0076 NEW)
|
||||||
|
|
||||||
project(units
|
project(units
|
||||||
VERSION 0.0.1
|
VERSION 0.1.0
|
||||||
LANGUAGES CXX
|
LANGUAGES CXX
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user