anastasis

Credential backup and recovery protocol and service
Log | Files | Refs | Submodules | README | LICENSE

commit e996bab248c89541784362b3b7b33652f2e01051
parent 869bb0a8e2a545d2089c2deb7954f369c0ea85bd
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 29 Jul 2026 13:09:02 +0200

meson: drop the duplicate version kwarg

Diffstat:
Mmeson.build | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/meson.build b/meson.build @@ -3,7 +3,6 @@ project( 'c', license: 'AGPLv3', meson_version: '>=1.1.0', - version: '0.7.1', version: run_command('sh', 'scripts/get_version.sh', check: true).stdout().strip(), )