diff --git a/src/exchange-lib/exchange_api_handle.c b/src/exchange-lib/exchange_api_handle.c index e89448d6e..22e64b938 100644 --- a/src/exchange-lib/exchange_api_handle.c +++ b/src/exchange-lib/exchange_api_handle.c @@ -33,12 +33,12 @@ * Which revision of the Taler protocol is implemented * by this library? Used to determine compatibility. */ -#define TALER_PROTOCOL_CURRENT 1 +#define TALER_PROTOCOL_CURRENT 2 /** * How many revisions back are we compatible to? */ -#define TALER_PROTOCOL_AGE 1 +#define TALER_PROTOCOL_AGE 0 /**