From 995603f6febdc5b765a87b9bf512e22d21363f5e Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Sat, 9 Mar 2019 23:46:02 +0100 Subject: [PATCH] updated version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e1c43079..e007a63e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ endif() # Project configuration # -project(uvw VERSION 1.14.0) +project(uvw VERSION 1.14.1) if(NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE Debug)