From 3a5add8652076612a8407627a42c768736a4263f Mon Sep 17 00:00:00 2001 From: Alfred Klomp Date: Wed, 8 Nov 2023 19:25:04 +0100 Subject: [PATCH] #122: CMakeLists: update version to 0.5.1 Update the CMakeLists.txt file for the new release version, v0.5.1. Resolves #122. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f831b55..be1de665 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.5.0) +project(base64 LANGUAGES C VERSION 0.5.1) include(GNUInstallDirs) include(CMakeDependentOption)