Skip to content

Commit

Permalink
#122: CMakeLists: update version to 0.5.1
Browse files Browse the repository at this point in the history
Update the CMakeLists.txt file for the new release version, v0.5.1.

Resolves #122.
  • Loading branch information
aklomp committed Nov 8, 2023
1 parent 9003f9b commit 3a5add8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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)
Expand Down

0 comments on commit 3a5add8

Please sign in to comment.