aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2019-03-21 21:03:15 -0700
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2019-03-21 21:14:58 -0700
commit39c2213f03b29426c4d0d8a8ce5d7c0fd9121aea (patch)
treea89d0329495ecdda67d83bd496489d55b4d98ef8
parentfe0a35df95f73eaa10848431ede419f27b8f74c9 (diff)
downloadfido2-ctap-gadget-39c2213f03b29426c4d0d8a8ce5d7c0fd9121aea.tar.gz
Version 0.1.0HEADv0.1.0master
The base system is now working with the online webauthn demo, so it's time to declare a release. The current prototype only works with the FIDO-U2F protocol but it will communicate with firefox over the USB hid gadget Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2d46509..95b6166 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(fido2-ctap-gadget, 0.0.1, <James.Bottomley@HansenPartnership.com>)
+AC_INIT(fido2-ctap-gadget, 0.1.0, <James.Bottomley@HansenPartnership.com>)
AM_INIT_AUTOMAKE([foreign 1.6])
AC_CHECK_PROGS([HELP2MAN], [help2man])