aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/versions.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-08-03 18:58:44 +0200
committerFlorian Dold <florian@dold.me>2023-08-03 18:58:44 +0200
commit0b5d0cdc71b8a6828a0ebae051c911225b354154 (patch)
tree3571ac16cb311ff081848214b5aa5b90475467a7 /packages/taler-wallet-core/src/versions.ts
parent3d7df63c59f95dc14cf94f83fa0d5d2cc69ac11c (diff)
downloadwallet-core-0b5d0cdc71b8a6828a0ebae051c911225b354154.tar.xz
fix version substitution
Diffstat (limited to 'packages/taler-wallet-core/src/versions.ts')
-rw-r--r--packages/taler-wallet-core/src/versions.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/versions.ts b/packages/taler-wallet-core/src/versions.ts
index eedaf68f6..f0f747e22 100644
--- a/packages/taler-wallet-core/src/versions.ts
+++ b/packages/taler-wallet-core/src/versions.ts
@@ -34,3 +34,11 @@ export const WALLET_MERCHANT_PROTOCOL_VERSION = "2:0:1";
* Uses libtool's current:revision:age versioning.
*/
export const WALLET_BANK_INTEGRATION_PROTOCOL_VERSION = "0:0:0";
+
+/**
+ * Semver of the wallet-core implementation.
+ * 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__";