release 2.0.6

This commit is contained in:
Niels 2016-10-15 16:47:45 +02:00
parent 67b9f1936d
commit 606098f45d
43 changed files with 56 additions and 47 deletions

View file

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