Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ladnir committed Aug 2, 2023
1 parent f315e3a commit ad07f27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (POLICY CMP0048)
cmake_policy(SET CMP0048 NEW)
endif (POLICY CMP0048)

project(libOTe VERSION 2.0.4)
project(libOTe VERSION 2.1.0)

include(cmake/libOTePreamble.cmake)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

![Build Status](https://github.com/osu-crypto/libOTe/actions/workflows/build-test.yml/badge.svg)

A fast and portable C++14 library for Oblivious Transfer extension (OTe). The
A fast and portable C++17 library for Oblivious Transfer extension (OTe). The
primary design goal of this library to obtain *high performance* while being
*easy to use*. Checkout [version 1.6](https://github.com/osu-crypto/libOTe/releases/tag/v1.6.0) for the previous version.
This library currently implements:
Expand Down

0 comments on commit ad07f27

Please sign in to comment.