From 80b3c8b40e881a3b4f88599e873321a46d66f232 Mon Sep 17 00:00:00 2001 From: Paul T Date: Thu, 20 Oct 2022 17:50:48 -0400 Subject: [PATCH] Whoops! Forgot to increment project version... --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 12dc074..4794f34 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.14 FATAL_ERROR) # Note: update this to your new project's name and version project( ThreadPool - VERSION 0.4.1 + VERSION 0.5.1 LANGUAGES CXX )