From fb5361f05e1dd8dba9a467b3ea0836a52b6a0164 Mon Sep 17 00:00:00 2001 From: Andreas Fuchs Date: Mon, 25 Mar 2019 14:20:04 +0100 Subject: [PATCH] Update version information for v0.1.0 Signed-off-by: Andreas Fuchs --- CHANGELOG.md | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1527d2d..b5e8e2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.1.0_rc0] - 2019-02-20 +## [0.1.0] - 2019-03-25 ### Added - Initial release of the an TPM2.0-based library and executable for machine to human authentication using the TCG's TPM Software Stack compliant tpm2-tss diff --git a/configure.ac b/configure.ac index b225397..4f386b8 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_PREREQ([2.68]) AC_INIT([tpm2-totp], - [0.1.0-rc0], + [0.1.0], [https://github.com/tpm2-software/tpm2-totp/issues], [], [https://github.com/tpm2-software/tpm2-totp])