From bc88511a299060c743edfff880cd9d5abb14e2f0 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Fri, 17 Jan 2020 23:14:58 +0100 Subject: [PATCH] updated version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0885cc41..0f0c90cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ endif() # Project configuration # -project(uvw VERSION 2.3.0) +project(uvw VERSION 2.3.1) if(NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE Debug)