next version will be 1.3.0 since new interfaces where added

also fixup map file to show 1.2.0 correctly
This commit is contained in:
Klas Lindfors
2015-12-14 12:22:13 +01:00
parent 63b8b43bef
commit d3b271cd9e
3 changed files with 10 additions and 5 deletions
+8 -3
View File
@@ -60,13 +60,18 @@ YKPIV_1.1.0
global:
ykpiv_set_mgmkey2;
ykpiv_list_readers;
ykpiv_import_private_key;
} YKPIV_0.2.0;
YKPIV_1.2.3
YKPIV_1.2.0
{
global:
ykpiv_import_private_key;
} YKPIV_1.1.0;
YKPIV_1.3.0
{
global:
ykpiv_change_pin;
ykpiv_change_puk;
ykpiv_unblock_pin;
} YKPIV_1.1.0;
} YKPIV_1.2.0;