From 88088b5fb8b7089d3bf05e37f585032b5b01f0c8 Mon Sep 17 00:00:00 2001 From: mfreiholz Date: Mon, 27 Feb 2023 06:47:59 +0100 Subject: [PATCH] Sets version to 4.0.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5997264..14ae3d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14) project( humblelogging - VERSION 0.0.0 + VERSION 4.0.0 DESCRIPTION "HumbleLogging is a lightweight C++ logging framework. It aims to be extendible, easy to understand and as fast as possible." HOMEPAGE_URL "https://github.com/mfreiholz/humblelogging" )