Skip to content

Commit

Permalink
Update version in Cabal file
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Tomb committed Oct 4, 2021
1 parent 9346c3c commit f315ae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cryptol.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Cabal-version: 2.4
Name: cryptol
Version: 2.11.0.99
Version: 2.12.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 <http://www.cryptol.net/>.
License: BSD-3-Clause
Expand All @@ -26,7 +26,7 @@ source-repository this
type: git
location: https://github.com/GaloisInc/cryptol.git
-- add a tag on release branches
-- tag:
tag: 2.12.0


flag static
Expand Down

0 comments on commit f315ae9

Please sign in to comment.