From 9ae5ad37720bc94e90719566de48e2444b96b642 Mon Sep 17 00:00:00 2001 From: Alfred Klomp Date: Fri, 19 Aug 2022 15:09:32 +0200 Subject: [PATCH] #90: CMakeLists: update version to 0.5.0 Update the CMakeLists.txt file for the new release version, v0.5.0. Resolves #90. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dcca17f6..56076e47 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ if (POLICY CMP0127) cmake_policy(SET CMP0127 NEW) endif() -project(base64 LANGUAGES C VERSION 0.4.0) +project(base64 LANGUAGES C VERSION 0.5.0) include(GNUInstallDirs) include(CMakeDependentOption)