]> err.no Git - yubikey-personalization/commitdiff
add the build version to the struct in the test
authorKlas Lindfors <klas@yubico.com>
Thu, 26 Apr 2012 12:05:57 +0000 (14:05 +0200)
committerKlas Lindfors <klas@yubico.com>
Thu, 26 Apr 2012 12:05:57 +0000 (14:05 +0200)
tests/test_args_to_config.c

index 1af3bd0b6db67ee1132e46c5908036658017fe46..170438a7609f7b8d6250e42a26cae6cb6601193e 100644 (file)
@@ -47,6 +47,7 @@
 struct ykp_config_t {
        unsigned int yk_major_version;
        unsigned int yk_minor_version;
+       unsigned int yk_build_version;
        unsigned int configuration_number;
 
        struct config_st *ykcore_config;