Skip to content

Commit

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

Resolves #134.
  • Loading branch information
aklomp committed Jan 10, 2024
1 parent 8a1b7e8 commit 8bdda2d
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.1)
project(base64 LANGUAGES C VERSION 0.5.2)

include(GNUInstallDirs)
include(CMakeDependentOption)
Expand Down

0 comments on commit 8bdda2d

Please sign in to comment.