libuecc v7

This commit is contained in:
Matthias Schiffer 2016-03-27 01:37:26 +01:00
parent 3eb02ade40
commit 7c9a6f6af0
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
libuecc v7 (unreleased)
libuecc v7 (2016/03/27)
* Change conversion between Ed25519 and legacy representation. This should
not affect any operations unless Ed25519 and legacy load/store

View file

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 2.6)
project(LIBUECC C)
set(PROJECT_VERSION 6)
set(PROJECT_VERSION 7)
set(CMAKE_MODULE_PATH ${LIBUECC_SOURCE_DIR})