Skip to content

Commit

Permalink
v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmur committed Sep 8, 2024
1 parent 6d2928a commit 5319b6d
Show file tree
Hide file tree
Showing 6 changed files with 416 additions and 118 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cmake_minimum_required(VERSION 3.10)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

project(fhel VERSION 0.0.8 LANGUAGES CXX)
project(fhel VERSION 0.0.11 LANGUAGES CXX)

# Import Backend Library
add_subdirectory(src/backend/seal)
Expand Down
Loading

0 comments on commit 5319b6d

Please sign in to comment.