From fe6873b61a4175d89db5cc9b952944da70b67ca3 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Sat, 11 Nov 2017 23:46:29 +0100 Subject: [PATCH] updated version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 60cd885d4..805340f64 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ endif() # Project configuration # -project(entt VERSION 2.1.0) +project(entt VERSION 2.2.0) if(NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE Debug)