X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Foutput%2Fsrzip.c;h=0c5ebf684a6c83ab471e01fe53c43f0e1af695ea;hp=93c43d32eb87bd02e16de1ad21a2673684dc7150;hb=2868bca35b321ad922326a213146c648ffa3410e;hpb=3f34a40268891f36f527832f78dcc49795a38329 diff --git a/src/output/srzip.c b/src/output/srzip.c index 93c43d32..0c5ebf68 100644 --- a/src/output/srzip.c +++ b/src/output/srzip.c @@ -99,7 +99,7 @@ static int zip_create(const struct sr_output *o) meta = g_key_file_new(); g_key_file_set_string(meta, "global", "sigrok version", - SR_PACKAGE_VERSION_STRING); + sr_package_version_string_get()); devgroup = "device 1";