From aad2cc435873782f51d47701b0dfbb3631e2c2b8 Mon Sep 17 00:00:00 2001 From: pantor Date: Fri, 27 Dec 2019 11:36:57 +0100 Subject: [PATCH] to v2.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c715c9..6d9f87b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.5) -project(inja LANGUAGES CXX VERSION 2.0.0) +project(inja LANGUAGES CXX VERSION 2.2.0) option(INJA_USE_EMBEDDED_JSON "Use the shipped json header if not available on the system" ON)