Skip to content

Commit

Permalink
Release patch version 0.1.1
Browse files Browse the repository at this point in the history
Small adjustments to the SPARK_IO package and GPR build improvements.
  • Loading branch information
Lev Kujawski committed Jul 21, 2021
1 parent 5b19575 commit dfd3493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alire.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "blake2s"
description = "SPARK83 implementation of the BLAKE2s hash function"
version = "0.1.0"
version = "0.1.1"

authors = ["Lev Kujawski"]
maintainers = ["Lev Kujawski <int21h@mailbox.org>"]
Expand Down
2 changes: 1 addition & 1 deletion blake2s.gpr
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project BLAKE2S is

for Library_Name use "b2sa";
for Library_Version use "0.1.0";
for Library_Version use "0.1.1";

type Library_Type_Type is ("relocatable", "static", "static-pic");
Library_Type : Library_Type_Type :=
Expand Down

0 comments on commit dfd3493

Please sign in to comment.