From c309308522adc69846cd1314cc2cb93519bd618a Mon Sep 17 00:00:00 2001 From: Nikita Fediuchin Date: Thu, 26 May 2022 15:43:04 +0300 Subject: [PATCH] Release v1.0.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index db5108a..683ee69 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ if (TARGET mpio-static) endif () project(mpio - VERSION 1.0.1 + VERSION 1.0.2 DESCRIPTION "Multi-platform IO library" HOMEPAGE_URL "https://github.com/cfnptr/mpio" LANGUAGES C)