Skip to content

Commit

Permalink
Upgrade to version 5.4
Browse files Browse the repository at this point in the history
This passes from previous version 3.0 to 5.4 due to compatibility issues with Yubico software, which expects +5.4

Signed-off-by: Pol Henarejos <[email protected]>
  • Loading branch information
polhenarejos committed May 15, 2023
1 parent e0c793d commit 07729f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fido/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#ifndef __VERSION_H_
#define __VERSION_H_

#define PICO_FIDO_VERSION 0x0300
#define PICO_FIDO_VERSION 0x0504

#define PICO_FIDO_VERSION_MAJOR ((PICO_FIDO_VERSION >> 8) & 0xff)
#define PICO_FIDO_VERSION_MINOR (PICO_FIDO_VERSION & 0xff)
Expand Down

0 comments on commit 07729f8

Please sign in to comment.