diff options
author | kotontrion <[email protected]> | 2024-05-19 13:18:08 +0200 |
---|---|---|
committer | kotontrion <[email protected]> | 2024-05-19 13:18:08 +0200 |
commit | 29b88078f8426f8a7cf0a19cde3d906f4e4e1913 (patch) | |
tree | 1c857f350d38a1acfedb0c3b7af713f967824290 /src | |
parent | 30b7ccfe9048560989c37bd3e00ff81d16919d55 (diff) |
fix gir version
Diffstat (limited to 'src')
-rw-r--r-- | src/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build index 6f41487..4f7fca8 100644 --- a/src/meson.build +++ b/src/meson.build @@ -24,7 +24,7 @@ if get_option('introspection') gir = gnome.generate_gir( astal_auth_lib, sources : srcs + astal_auth_headers, - nsversion : '1.0', + nsversion : '0.1', namespace : 'AstalAuth', symbol_prefix : 'astal_auth', identifier_prefix : 'AstalAuth', |