From 8bdda2d47caf8b066999c5bd01069e55bcd0d396 Mon Sep 17 00:00:00 2001 From: Alfred Klomp Date: Wed, 10 Jan 2024 15:45:58 +0100 Subject: [PATCH] #134: CMakeLists: update version to 0.5.2 Update the CMakeLists.txt file for the new release version, v0.5.2. Resolves #134. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index be1de665..ff9f6f21 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.1) +project(base64 LANGUAGES C VERSION 0.5.2) include(GNUInstallDirs) include(CMakeDependentOption)