Skip to content

Commit

Permalink
Bump version to 3.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas committed Dec 27, 2021
1 parent c028b89 commit 42cc2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# project info
set(PICNIC_MAJOR_VERSION 3)
set(PICNIC_MINOR_VERSION 0)
set(PICNIC_PATCH_VERSION 8)
set(PICNIC_PATCH_VERSION 9)
set(PICNIC_VERSION ${PICNIC_MAJOR_VERSION}.${PICNIC_MINOR_VERSION}.${PICNIC_PATCH_VERSION})

project(picnic LANGUAGES C VERSION ${PICNIC_VERSION})
Expand Down

0 comments on commit 42cc2d7

Please sign in to comment.