🔖 version 2.1.1

This commit is contained in:
Niels Lohmann 2017-02-25 16:34:38 +01:00
parent 0234e53e23
commit 27c65b860b
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
49 changed files with 101 additions and 58 deletions

View file

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