Skip to content

Commit

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

Resolves #90.
  • Loading branch information
aklomp committed Aug 19, 2022
1 parent dc6a41c commit 9ae5ad3
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.4.0)
project(base64 LANGUAGES C VERSION 0.5.0)

include(GNUInstallDirs)
include(CMakeDependentOption)
Expand Down

0 comments on commit 9ae5ad3

Please sign in to comment.