version bumping

This commit is contained in:
Christian Grothoff 2019-12-24 23:00:13 +01:00
parent 3a9d7afe33
commit 8d786441b8
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Fri 20 Dec 2019 07:39:14 PM CET Tue 24 Dec 2019 11:09:14 PM CET
Releasing GNU Taler 0.6.0. -CG Releasing GNU Taler 0.6.0. -CG
Sat 17 Aug 2019 10:03:38 PM CEST Sat 17 Aug 2019 10:03:38 PM CEST

View File

@ -39,7 +39,7 @@
* Which revision of the Taler protocol is implemented * Which revision of the Taler protocol is implemented
* by this library? Used to determine compatibility. * by this library? Used to determine compatibility.
*/ */
#define TALER_PROTOCOL_CURRENT 5 #define TALER_PROTOCOL_CURRENT 6
/** /**
* How many revisions back are we compatible to? * How many revisions back are we compatible to?
@ -1262,7 +1262,7 @@ keys_completed_cb (void *cls,
for (unsigned int i = 0; i<kd_old.num_denom_keys; i++) for (unsigned int i = 0; i<kd_old.num_denom_keys; i++)
kd.denom_keys[i].key.rsa_public_key kd.denom_keys[i].key.rsa_public_key
= GNUNET_CRYPTO_rsa_public_key_dup ( = GNUNET_CRYPTO_rsa_public_key_dup (
kd_old.denom_keys[i].key.rsa_public_key); kd_old.denom_keys[i].key.rsa_public_key);
kd.num_auditors = kd_old.num_auditors; kd.num_auditors = kd_old.num_auditors;
kd.auditors = GNUNET_new_array (kd.num_auditors, kd.auditors = GNUNET_new_array (kd.num_auditors,