release 2.0.3

This commit is contained in:
Niels 2016-08-31 21:27:23 +02:00
parent 776880bc49
commit df9fd6237e
45 changed files with 61 additions and 41 deletions

View file

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