From 69e49d4245061d9ff8788a0aab92bda1fa131233 Mon Sep 17 00:00:00 2001 From: Aaron Tomb Date: Mon, 24 Jul 2017 09:16:40 -0700 Subject: [PATCH] Bump version to 2.5.0 --- cryptol.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cryptol.cabal b/cryptol.cabal index 15e1bbe9..daede867 100644 --- a/cryptol.cabal +++ b/cryptol.cabal @@ -1,5 +1,5 @@ Name: cryptol -Version: 2.4.1 +Version: 2.5.0 Synopsis: Cryptol: The Language of Cryptography Description: Cryptol is a domain-specific language for specifying cryptographic algorithms. A Cryptol implementation of an algorithm resembles its mathematical specification more closely than an implementation in a general purpose language. For more, see . License: BSD3 @@ -24,7 +24,7 @@ source-repository head source-repository this type: git location: https://github.com/GaloisInc/cryptol.git - tag: 2.4.0 + tag: 2.5.0 flag static default: False