From d35bd0aa92b4a345705a7fdf39c9e9a35617b3be Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Wed, 27 Jun 2018 13:50:31 +0200 Subject: [PATCH] updated version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f8c47941..e78902f6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ endif() # Project configuration # -project(uvw VERSION 1.8.1) +project(uvw VERSION 1.9.0) if(NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE Debug)