Skip to content

Commit 24f1383

Browse files
author
Andreas Fuchs
committed
Release v1.0.1
Signed-off-by: Andreas Fuchs <[email protected]>
1 parent 13d253f commit 24f1383

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [1.0.1-rc0] - 2019-07-17
7+
## [1.0.1] - 2019-07-25
88
### Changed
99
- Include pkg-config dependecy on libtss2-mu in order to work with tpm2-tss 2.3.
1010
- Use tpm2-tools 3.X stable branch for integration tests.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
AC_PREREQ([2.68])
3232

3333
AC_INIT([tpm2-tss-engine],
34-
[1.0.1-rc0],
34+
[1.0.1],
3535
[https://github.com/tpm2-software/tpm2-tss-engine/issues],
3636
[],
3737
[https://github.com/tpm2-software/tpm2-tss-engine])

0 commit comments

Comments
 (0)