Skip to content

Commit

Permalink
Bump version to 3.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas committed Aug 5, 2022
1 parent 047dd16 commit e24b3af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for the optimized Picnic implementation

## Version 3.0.17 -- 2022-08-05

* Small improvements and fixes.

## Version 3.0.16 -- 2022-08-01

* Fix alignment of buffers accessed with SIMD instructions when building with MSVC.
Expand Down
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 16)
set(PICNIC_PATCH_VERSION 17)
set(PICNIC_VERSION ${PICNIC_MAJOR_VERSION}.${PICNIC_MINOR_VERSION}.${PICNIC_PATCH_VERSION})

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

0 comments on commit e24b3af

Please sign in to comment.