From 7c9a6f6af088d0764e792cf849e553d7f55ff99e Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Sun, 27 Mar 2016 01:37:26 +0100
Subject: [PATCH] libuecc v7

---
 CHANGELOG      | 2 +-
 CMakeLists.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index 1508442..2d46afe 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2101389..779ac41 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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})