summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/versions.ts
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-10-11 12:09:26 -0300
committerSebastian <sebasjm@gmail.com>2023-10-11 12:09:26 -0300
commit49baf33f744c9427d586bc334f8d885aacbc543b (patch)
treeff02f89dd2f0f36681d5178e172b7121f442af3c /packages/taler-wallet-core/src/versions.ts
parent0631187f42921fab0e20be91a95c1d7eacda277f (diff)
downloadwallet-core-49baf33f744c9427d586bc334f8d885aacbc543b.tar.gz
wallet-core-49baf33f744c9427d586bc334f8d885aacbc543b.tar.bz2
wallet-core-49baf33f744c9427d586bc334f8d885aacbc543b.zip
wallet version as libtool
Diffstat (limited to 'packages/taler-wallet-core/src/versions.ts')
-rw-r--r--packages/taler-wallet-core/src/versions.ts5
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/taler-wallet-core/src/versions.ts b/packages/taler-wallet-core/src/versions.ts
index 022f4900d..e46c7ebe1 100644
--- a/packages/taler-wallet-core/src/versions.ts
+++ b/packages/taler-wallet-core/src/versions.ts
@@ -26,7 +26,7 @@ export const WALLET_EXCHANGE_PROTOCOL_VERSION = "17:0:0";
*
* Uses libtool's current:revision:age versioning.
*/
-export const WALLET_MERCHANT_PROTOCOL_VERSION = "2:0:1";
+export const WALLET_MERCHANT_PROTOCOL_VERSION = "5:0:1";
/**
* Protocol version spoken with the bank.
@@ -40,5 +40,4 @@ export const WALLET_BANK_INTEGRATION_PROTOCOL_VERSION = "0:0:0";
* Will be replaced with the value from package.json in a
* post-compilation step (inside lib/).
*/
-export const WALLET_CORE_IMPLEMENTATION_VERSION =
- "__WALLET_CORE_IMPLEMENTATION_VERSION__";
+export const WALLET_CORE_IMPLEMENTATION_VERSION = "0:0:0";