Skip to content

Commit

Permalink
Bump version to 3.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas committed Jan 8, 2022
1 parent 3961676 commit 9445a74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 3.0.10 -- 2022-01-08
----------------------------

* Fix build with llvm on ARM with NEON enabled

Version 3.0.9 -- 2021-12-22
---------------------------

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 9)
set(PICNIC_PATCH_VERSION 10)
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 9445a74

Please sign in to comment.