Version updated to 0.4.0

This commit is contained in:
Mateusz Pusz
2019-09-18 10:31:58 -06:00
parent 929a812ec4
commit de15e21ee5
2 changed files with 4 additions and 1 deletions

View File

@@ -56,6 +56,9 @@ NOTE: This library as of now compiles correctly only with gcc-9.1 and newer.
## Release notes ## Release notes
- 0.4.0 ???
-
- 0.3.1 Sep 18, 2019 - 0.3.1 Sep 18, 2019
- cmcstl2 dependency changed to range-v3 0.9.1 - cmcstl2 dependency changed to range-v3 0.9.1

View File

@@ -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.3.0 VERSION 0.4.0
LANGUAGES CXX LANGUAGES CXX
) )