Skip to content

Commit dfd3493

Browse files
author
Lev Kujawski
committed
Release patch version 0.1.1
Small adjustments to the SPARK_IO package and GPR build improvements.
1 parent 5b19575 commit dfd3493

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

alire.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "blake2s"
22
description = "SPARK83 implementation of the BLAKE2s hash function"
3-
version = "0.1.0"
3+
version = "0.1.1"
44

55
authors = ["Lev Kujawski"]
66
maintainers = ["Lev Kujawski <[email protected]>"]

blake2s.gpr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project BLAKE2S is
22

33
for Library_Name use "b2sa";
4-
for Library_Version use "0.1.0";
4+
for Library_Version use "0.1.1";
55

66
type Library_Type_Type is ("relocatable", "static", "static-pic");
77
Library_Type : Library_Type_Type :=

0 commit comments

Comments
 (0)