🔖 set version to 2.1.0

This commit is contained in:
Niels Lohmann 2017-01-28 16:03:35 +01:00
parent 2f6260751c
commit d870826811
46 changed files with 113 additions and 49 deletions

View file

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.0)
# define the project
project(nlohmann_json VERSION 2.0.10 LANGUAGES CXX)
project(nlohmann_json VERSION 2.1.0 LANGUAGES CXX)
enable_testing()